Answers for "oracle default time 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 "oracle default time add"

Code answers related to "SQL"

Browse Popular Code Answers by Language