sqlloder issue-control file
I wanted to append a value in front of a column in control file.
Ex:col1 =34
then output should be 00134
I tried with decode in control file:
SHIPTO_ID position(14:21) "Decode(:RECORD_VERSION,'1',:SHIPTO_ID,'76'||:SHIPTO_ID)"
But its not working.