LeonelSanchezJr
Programmer
I need to create a WHERE clause which should return a date range for the previous month.
This procedure will always be run on the 7th of each month.
So, if it is August 8, 2004, the WHERE date range should be 07/01/2004 through 07/31/2004
How can I do this through a PL/SQL statement?
Thanks,
Leo ;-)
This procedure will always be run on the 7th of each month.
So, if it is August 8, 2004, the WHERE date range should be 07/01/2004 through 07/31/2004
How can I do this through a PL/SQL statement?
Thanks,
Leo ;-)