Answers for "oracle db timestamp auto add"

SQL
0

oracle db timestamp auto add

ALTER TABLE table MODIFY time_collumn TIMESTAMP DEFAULT CURRENT_TIMESTAMP;
Posted by: Guest on July-21-2020

Code answers related to "SQL"

Browse Popular Code Answers by Language