mysql拾遗

1. uuid()函数

       https://blog.csdn.net/zhengqiqiqinqin/article/details/7851032/

2. insert delayed语句

       https://www.cnblogs.com/chenmh/archive/2016/04/05/5355517.html

3. user()和current_user()函数

       https://www.cnblogs.com/zejin2008/p/4734455.html

4. found_rows()函数

       https://blog.csdn.net/jeffrey_li/article/details/71514734

       https://www.2cto.com/database/201803/733477.html

       https://www.cnblogs.com/achengmu/p/7799881.html

       https://blog.csdn.net/qq_27289001/article/details/77175077

扫描二维码关注公众号,回复: 9007084 查看本文章

       所谓SQL_CALC_FOUND_ROWS是指在执行带LIMIT的查询时,附带统计一下如果不加LIMIT的话将会输出多少条结果。

5. 

发布了151 篇原创文章 · 获赞 107 · 访问量 133万+

猜你喜欢

转载自blog.csdn.net/sanbingyutuoniao123/article/details/84257590