Answers for "trunc date postgres"

SQL
1

date_trunc postgres

SELECT DATE_TRUNC('hour', TIMESTAMP '2017-03-17 02:09:30');
Posted by: Guest on March-15-2021

Code answers related to "SQL"

Browse Popular Code Answers by Language