I have an Oracle DB with a timestamp field in it. What is the correct SQL code to insert a timestamp into this field?
timestamp
First of all you need to make the field Nullable, then after that so simple - instead of putting a value put this code CURRENT_TIMESTAMP.
CURRENT_TIMESTAMP