sql >> Base de Datos >  >> RDS >> PostgreSQL

¿Cómo se selecciona un rango de fechas en postgres?

select * from table where timestamp > now() - interval '1 month'