Month Timestamp Postgresql

[Solved] Month Timestamp Postgresql | Sql - Code Explorer | yomemimo.com
Question : month timestamp postgresql

Answered by : timi-olayinka

SELECT EXTRACT(QUARTER FROM TIMESTAMP '2016-12-31 13:30:15');
Code language: PostgreSQL SQL dialect and PL/pgSQL (pgsql)

Source : https://www.postgresqltutorial.com/postgresql-date-functions/postgresql-extract/ | Last Update : Thu, 06 Oct 22

Answers related to month timestamp postgresql

Code Explorer Popular Question For Sql