您好,欢迎来到三六零分类信息网!老站,搜索引擎当天收录,欢迎发信息

SQL中in或or与union all性能对比

2024/4/14 2:46:50发布10次查看
//使用or,代码如下: where * from article where article_category=2 or article_category=3 order by article_id desc limit 5 // 执行时间:11.0777 //使用in,代码如下: select * from article where article_category in (2,3) order by article_id desc limit 5 // 执行时间:11.2850 //使用union all,代码如下: ( select * from article where article_category=2 order by article_id desc limit 5 ) union all ( select * from article where article_category=3 order by article_id desc limit 5 ) order by article_id desc limit 5 // 执行时间:0.0261
教程链接:
随意转载~但请保留教程地址★
该用户其它信息

VIP推荐

免费发布信息,免费发布B2B信息网站平台 - 三六零分类信息网 沪ICP备09012988号-2
企业名录 Product