DekGenius.com
Home
(current)
Dictionary
BOOKS
LYRICS
CHORD
SCRIPT & CODE EXAMPLE
Karaoke language
Search
Go
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
COMMENT
Name
4+3 =
Submit