Questions tagged [controlfile]
46 questions
-2
votes
1 answer
Removing the “ - “ from input file
The input is -> -747585959
And being loaded as -747585959
I just want it to be loaded as 747585959.
Used sql*loader for the data loading process.
The “ - “ is the first column and it has “ - “ for all the rows.

Kartik
- 9
- 2