Skip to navigation
Postgres equivalents to Tsql month and year function
14.12.21
extract() SELECT * FROM "sl_order_hdr" WHERE extract(year from order_date) = 2021 AND extract(month from order_date) = 11
https://www.postgresqltutorial.com/postgresql-extract/
Reply
Anonymous
Information Epoch 1745693705
Files are bags of bytes.
Home
Notebook
Contact us