SYSTIMESTAMP
CURRENT_DATE
CURRENT_TIMESTAMP
Returns the current date in the session time zone.
Enter values below to update the example in real time.
orders
order_date
SELECT * FROM orders WHERE TRUNC(order_date) = CURRENT_DATE;