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


MySQL TUTORIALS » Date Time Functions » SLEEP »

 

SELECT SYSDATE(), SLEEP(2), SYSDATE();


mysql>
mysql> SELECT SYSDATE(), SLEEP(2), SYSDATE();
+---------------------+----------+---------------------+
| SYSDATE()           | SLEEP(2| SYSDATE()           |
+---------------------+----------+---------------------+
2007-07-22 19:46:15 |        2007-07-22 19:46:17 |
+---------------------+----------+---------------------+
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
» SLEEP