webCOMAND

NOW()

Return the current timestamp.

Prototype

timestamp NOW()

Return

The current timestamp in 'YYYY-MM-DD HH:MM:SS' format.

Example

SELECT OID, Date, NOW() AS CurrentTime FROM Invoice

See Also

CURDATE(), CURTIME()