Hi,
I have a simple query that pulls information from a table:
Select Field1, Field2
From MyTable
Where Field2 < (sysdate - 30);
(Field2 is a date field. This query lists everything that is over 30 days old.) What I want to add next to this query is:
If Field2 is under 30 days old then return...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.