TOAD save grid data -
03-02-2009
, 11:09 AM
Hello all,
For those of you who have generated SQL insert statements from your
oracle table data (save Grid data in TOAD), is there a way to get rid
of the "To_Date" function calls?
I just want TOAD to output the string equivalent of the date and not
the To_Date function as I'm importing my table data to another db,
namely, sqlite.
Thank you!! |