Friday 5 August 2016

NOW() : current system date and time.



NOW() function returns current date and time.

mysql> SELECT NOW();
+---------------------+
| NOW()               |
+---------------------+
| 2016-06-21 20:08:23 |
+---------------------+
1 row in set (0.00 sec)







Previous                                                 Next                                                 Home

No comments:

Post a Comment