SQL*Loader : Loading only rows having field with format = NUMBER (12,2)
Hi ,
I would like to load with SQL*Loader only rows having column "PRICE" with NUMBER(12,2) format.
eg :
1234567891.12 : OK
12345678912.12 : KO
1234567891,12 : KO
12345678910.12 :KO
1234567891.123 : KO
Best regards .
GD.
0