Skip to main content

NOW

Returns the current date and time.

Syntax

NOW()

Return Type

Datetime object, returns date and time in “YYYY-MM-DD hh:mm:ss.ffffff” format.

Examples

SELECT NOW();
+----------------------------+
| NOW() |
+----------------------------+
| 2022-10-17 08:13:58.751449 |
+----------------------------+