This sample illustrates use of SYSDATE and NOW functions.
The query retrieves all events that have occured already. Notice that functions NOW and SYSDATE do same things and you can use either.
select e1."Event_Name", e1."Event_Date", (sysdate) as "CurDate"
from "events" e1
where (e1."Event_Date" < now)
Download Absolute Database | Learn more |
|
|
Current version: 7.96
Released: May 27, 2025
Price: $ 149
 
|
|
I don't think I've ever had a better support experience in regard to any of the 3rd party tools we use.
Tim Stickley
|
|
|