SELECT NOW(), SLEEP(2), NOW(); : NOW : Date Time Functions MySQL TUTORIALS


MySQL TUTORIALS » Date Time Functions » NOW »

 

SELECT NOW(), SLEEP(2), NOW();


mysql>
mysql> SELECT NOW(), SLEEP(2), NOW();
+---------------------+----------+---------------------+
| NOW()               | SLEEP(2| NOW()               |
+---------------------+----------+---------------------+
2007-07-22 19:46:13 |        2007-07-22 19:46:13 |
+---------------------+----------+---------------------+
row in set (2.02 sec)

mysql>



Leave a Comment / Note


 
Verification is used to prevent unwanted posts (spam). .

Follow Navioo On Twitter

MySQL TUTORIALS

 Navioo Date Time Functions
» NOW