Insert into the table in reverse order of the string
656319Sep 30 2009 — edited Oct 5 2009Hi
I have a table with 10 columns. I will be having the data for 9 columns (except the first column) in the csv file or txt file. The first column contains data of the second column in a reverse order and it is defined as Not Null. so i cant skip that while inserting ......
col1 col2
987654321 123456789
How to achieve this....
Aemu