- ⌂ Date & Time
- Functions
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
Return the current timestamp.
timestamp NOW()
Return
The current timestamp in 'YYYY-MM-DD HH:MM:SS' format.
SELECT OID, Date, NOW() AS CurrentTime FROM Invoice