I have a table with a timestamp column that I am exporting using the "Tools -> Export Tables" option.
Is there a way to control the format of the timestamp while exporting.
Eg:
-- Insert statement generated by default
insert into TEMP_TABLE(EFF_DT)
values (
to_timestamp('01-01-2004...