小豹子的网络记事本

记录每一个有意思的细节

摘要: 0. 准备相关表来进行接下来的测试 相关建表语句请看:https://github.com/YangBaohust/my_sql 1. 使用left join优化not in子句 例子:找出取经组中不属于悟空朋友圈的人 not in写法:select * from user1 a where a.u 阅读全文
posted @ 2019-08-13 16:57 小豹子加油 阅读(2221) 评论(0) 推荐(2)