mysql 多查询临时表的运用
Posted 风影我爱罗
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了mysql 多查询临时表的运用相关的知识,希望对你有一定的参考价值。
SELECT * from (select count(*) imgCount1 from imagetable where SeriesID = ‘120106199202063029201809291007TMI0222001‘) i, (select ImageCount imgCount2 from seriestable where SeriesID = ‘120106199202063029201809291007TMI0222001‘) s
以上是关于mysql 多查询临时表的运用的主要内容,如果未能解决你的问题,请参考以下文章