Answers for "PostgreSQL EXTRACT: Extracting Year, Month, Day, etc., from ..."

SQL
5

postgresql get year

select extract(year from your_column) from your_table;
Posted by: Guest on May-26-2020

Code answers related to "PostgreSQL EXTRACT: Extracting Year, Month, Day, etc., from ..."

Code answers related to "SQL"

Browse Popular Code Answers by Language