I checked in the Help file of Crystal SQL Designer and found the CURDATE() Returns the current system date.
The following example works.
SELECT
eventstb."e_staff",
eventstb."e_staff_name",
eventstb."e_date"
FROM
"dharma"."eventstb" eventstb
WHERE
eventstb."e_date" =(CURDATE()+1)
In Oracle I think the funstion you want is SYSDATE and you can create a SQL expression in CR and use that in your selection formula. Editor and Publisher of Crystal Clear
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.