码迷,mamicode.com
首页 > 数据库 > 详细

mysql 多查询临时表的运用

时间:2018-09-29 13:11:13      阅读:168      评论:0      收藏:0      [点我收藏+]

标签:table   sid   nbsp   pre   mysq   rom   where   bsp   sql   

SELECT * from (select count(*) imgCount1 from imagetable where SeriesID = ‘120106199202063029201809291007TMI0222001‘) i,
   (select ImageCount imgCount2 from seriestable where SeriesID = ‘120106199202063029201809291007TMI0222001‘) s

 

mysql 多查询临时表的运用

标签:table   sid   nbsp   pre   mysq   rom   where   bsp   sql   

原文地址:https://www.cnblogs.com/gaara-zhang/p/9722993.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!