Importing sysdate and Sequence into table from .csv using SQL Developer [message #356139] |
Wed, 29 October 2008 13:26 |
joannadarling
Messages: 1 Registered: October 2008
|
Junior Member |
|
|
I do not have Oracle installed, but I do have SQL Developer. I am trying to import a .csv file. The table I'm importing into has a timestamp field that I want to set to sysdate. It also has an ID field that is a sequence number.
HOW do I import so that the sequence number increments, and the timestamp field is correctly set to sysdate? I haven't been able to figure it out..
Thanks
Joanna
|
|
|
|