Mega Code Archive

 
Categories / MySQL Tutorial / Date Time Functions
 

CURRENT_TIMESTAMP() is the synonym for NOW()

mysql> mysql> select CURRENT_TIMESTAMP(); +---------------------+ | CURRENT_TIMESTAMP() | +---------------------+ | 2007-07-22 19:46:02 | +---------------------+ 1 row in set (0.00 sec) mysql>