Answers for "extract year postgre"

SQL
3

get year from date postgres

SELECT EXTRACT(YEAR FROM column_date);
Posted by: Guest on June-01-2020

Code answers related to "SQL"

Browse Popular Code Answers by Language