Answers for "insert current timestamp in postgresql"

SQL
0

insert current timestamp in postgresql

INSERT into "Group" (name,createddate) 
VALUES ('Test', current_timestamp);
Posted by: Guest on February-26-2022

Code answers related to "insert current timestamp in postgresql"

Code answers related to "SQL"

Browse Popular Code Answers by Language