Hello, I need to retrieve data for the entire last month (and then run a scheduled report any day of the current month).
In its simplest form, this is what I'm looking for:
SELECT
TABLE.DATE_RECEIVED
FROM
TABLE
WHERE
TABLE.DATE_RECEIVED IN ..... LAST MONTH
Appreciate your help,
Helen
In its simplest form, this is what I'm looking for:
SELECT
TABLE.DATE_RECEIVED
FROM
TABLE
WHERE
TABLE.DATE_RECEIVED IN ..... LAST MONTH
Appreciate your help,
Helen