Skip to Main Content

SQL & PL/SQL

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Insert into the table in reverse order of the string

656319Sep 30 2009 — edited Oct 5 2009
Hi

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
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Nov 2 2009
Added on Sep 30 2009
16 comments
1,393 views