Hi,
I need help with my WHERE clause syntax. I’m looking to return rows that have a certain date that’s older than a month.
Example:
SELECT…
WHERE tbl_date < CURRENT_DATE – 30 DAYS
I’ve tried no less than 8,000 variations of this, but always got an SQL error along with a very unhelpful message. Any ideas?
Thanks