PostgreSQLDate/Time FunctionsCURRENT_DATE
NOW

CURRENT_DATEDate/Time Functions

CURRENT_TIME

Returns the current date.

Syntax

CURRENT_DATE

Example

Enter values below to update the example in real time.

orders
order_date
SELECT * FROM orders
WHERE order_date = CURRENT_DATE;