SYSDATE « Date Time Functions « MySQL Tutorial






14.42.SYSDATE
14.42.1.SYSDATE() returns the current date and time.
14.42.2.SELECT SYSDATE(), SLEEP(2), SYSDATE();