webCOMAND

CURRENT_TIMESTAMP()

Alias for NOW().  Return the current timestamp.

Prototype

timestamp CURRENT_TIMESTAMP()

Return

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

Example

SELECT OID, Date, CURRENT_TIMEATAMP() AS Now FROM Invoice

Related

CURDATE(), CURTIME(), NOW()