In addition to Weibo, there is also WeChat
Please pay attention
WeChat public account
Shulou
2025-09-19 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Database >
Share
Shulou(Shulou.com)05/31 Report--
What should I pay attention to when using the sleep function in MySQL? Many novices are not very clear about this. In order to help you solve this problem, the following editor will explain it in detail. People with this need can come and learn. I hope you can gain something.
Preface
The system function sleep in MySQL, which is not widely used in practical application, is generally used for experimental testing. Yesterday, during the test, I accidentally found a special phenomenon of the sleep function. If you use the sleep function in a query statement, the sleep time is related to the records returned.
As shown in the following test:
Mysql > create table test (id int); Query OK, 0 rows affected (0.03 sec) mysql > select *, sleep (6) from test;Empty set (0.00 sec) mysql > insert into test values (1); Query OK, 1 row affected (0.00 sec) mysql > select *, sleep (6) from test +-+-+ | id | sleep (6) | +-+-+ | 1 | 0 | +-+ 1 row in set (6.00 sec) mysql > insert into test value (2); Query OK, 1 row affected (0.01 sec) mysql > select *, sleep (6) from test +-+-+ | id | sleep (6) | +-+-+ | 1 | 0 | 2 | 0 | +-+-+ 2 rows in set (12.00 sec)
Test summary:
If, select *, sleep (n) from table, if the table record is empty, it will not sleep, if the table records one, then the dormancy time is 1 sleep n, if the table record is 2, the sleep time is: 2 sleep n. And so on.
Is it helpful for you to read the above content? If you want to know more about the relevant knowledge or read more related articles, please follow the industry information channel, thank you for your support.
Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.
Views: 0
*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.
The market share of Chrome browser on the desktop has exceeded 70%, and users are complaining about
The world's first 2nm mobile chip: Samsung Exynos 2600 is ready for mass production.According to a r
A US federal judge has ruled that Google can keep its Chrome browser, but it will be prohibited from
Continue with the installation of the previous hadoop.First, install zookooper1. Decompress zookoope
You cannot increase the size of an existing system tablespace data file by changing its size attribu
About us Contact us Product review car news thenatureplanet
More Form oMedia: AutoTimes. Bestcoffee. SL News. Jarebook. Coffee Hunters. Sundaily. Modezone. NNB. Coffee. Game News. FrontStreet. GGAMEN
© 2024 shulou.com SLNews company. All rights reserved.