Version: 0.7.0On this pageNOWReturns the current date and time.SyntaxNOW()CopyReturn TypeDatetime object, returns date and time in “YYYY-MM-DD hh:mm:ss” format.Examplesmysql> select NOW();+---------------------+| NOW() |+---------------------+| 2021-09-03 01:26:07 |+---------------------+Copy