select * from mytable where mydate > now() - interval '1 year';. If you only care about the date and not the time, substitute current_date ...
確定! 回上一頁