Answers for "how to select months from january and may psql"

SQL
0

postgres select from last 3 months

SELECT * from table where date >  CURRENT_DATE - INTERVAL '3 months'
Posted by: Guest on October-15-2020

Code answers related to "SQL"

Browse Popular Code Answers by Language