Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SQL

insert current timestamp in postgresql

INSERT into "Group" (name,createddate) 
VALUES ('Test', current_timestamp);
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #insert #current #timestamp #postgresql
ADD COMMENT
Topic
Name
3+9 =