أنشئ حسابًا أو سجّل الدخول للانضمام إلى مجتمعك المهني.
Postgresl / mySQL / Oracle
select * from rt_trans where updated >= trunc((select max(updated) from rt_trans)-interval '3' month)
Here updated is date type field
select *from table_name where to_date(to_char(columnName,'MM/DD/yyyy'),'MM/DD/yyyy') between fromDate and ToDate;