Gary Stainburn writes:
> select ndate, nauthor, nheading
> from news
> order by ndate desc
> limit 1
> *** where ndate within the last 3 months ******
ndate >= current_date - interval '3 months' and ndate <= current_date
--
Peter Eisentraut peter_e(at)gmx(dot)net