Answers for "how to get days of the week in psql"

SQL
1

day of week postgresql

select extract(dow from date '2016-12-18'); /* sunday */
Posted by: Guest on October-14-2021

Code answers related to "SQL"

Browse Popular Code Answers by Language