摘要:
表结构及数据 user表 order表 in select * from table A where id in (xxxxxxxxxxx):满足条件的数据会被查出来; 先查询子查询的表,然后将内表、外表做一个笛卡尔积,然后按条件进行筛选。所以相对内表较小的时候,in的速度比较快; 这条语句通过子查 阅读全文
posted @ 2018-06-12 13:07
howtosay
阅读(299)
评论(0)
推荐(0)