user6264
0
Q:

postgres select from last 3 months

CURRENT_DATE - INTERVAL '6 months'
1
SELECT * from table where date >  CURRENT_DATE - INTERVAL '3 months'
0

New to Communities?

Join the community