Randy Shafer
Member
Iam using a default value of :
current_timestamp at local
for a field in a table. It works, but displays the Greenwich Time (6 hours earlier).
How would I write the above default statement in my PL/SQL Developer table to give me Central Standard Time?
I have tried everything from the manuals and help
Forums, to no avail. I get errors when I try to APPLY any other changes than the one above.
This is a new table and I am aware that I must delete all of the info in order to change the default for this timestamp column.
The errors I am getting are syntax errors.
any ideas, I can try?
current_timestamp at local
for a field in a table. It works, but displays the Greenwich Time (6 hours earlier).
How would I write the above default statement in my PL/SQL Developer table to give me Central Standard Time?
I have tried everything from the manuals and help
Forums, to no avail. I get errors when I try to APPLY any other changes than the one above.
This is a new table and I am aware that I must delete all of the info in order to change the default for this timestamp column.
The errors I am getting are syntax errors.
any ideas, I can try?