Answers for "day and time in postgres date"

SQL
0

postgres extract day from date

SELECT EXTRACT(DAY FROM TIMESTAMP '2016-12-31 13:30:15');Code language: PostgreSQL SQL dialect and PL/pgSQL (pgsql)
Posted by: Guest on May-26-2021
0

postgre query date

SELECT * FROM data WHERE date = '2020-12-21'
Posted by: Guest on September-15-2020

Code answers related to "day and time in postgres date"

Code answers related to "SQL"

Browse Popular Code Answers by Language