Answers for "timestamp in postgresql syntax"

SQL
0

unix timestamp postgres

SELECT extract(epoch from now() at time zone 'utc');
Posted by: Guest on June-08-2021
0

timestamp(0) postgresql

(now())::timestamp(0))
Posted by: Guest on January-09-2021

Code answers related to "SQL"

Browse Popular Code Answers by Language