Answers for "psql select 3 months from current month"

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 "psql select 3 months from current month"

Code answers related to "SQL"

Browse Popular Code Answers by Language