mysql语句的简化:from中的临时表作为where中的条件 10

select*from(selecttype,count(*)numfrom(selectm.type,count(*)numfromtoutticketotk,tron... select * from
(select type,count(*) num from
(select m.type,count(*) num from toutticket otk,tronda r,tmovie m
where otk.uname='user2'
and otk.rid=r.aid
and r.mid=m.mid
group by uuid
)temp
group by type desc)res

where num =
(select max(num) from
(select type,count(*) num from
(select m.type,count(*) num from toutticket otk,tronda r,tmovie m
where otk.uname='user2'
and otk.rid=r.aid
and r.mid=m.mid
group by uuid
)temp
group by type desc)res)
;

上部分的res怎样写才可作为where num中的条件参数
展开
 我来答
zxzsky520
2019-05-21 · TA获得超过1678个赞
知道小有建树答主
回答量:1604
采纳率:78%
帮助的人:359万
展开全部

你这个写的太哆嗦了,为什么要套那么多层没用的select,你这个无非要得出条数最多的那个type 所对应的行;

我不知道你用的什么数据库;

可以修改一下:

本回答被网友采纳
已赞过 已踩过<
你对这个回答的评价是?
评论 收起
推荐律师服务: 若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询

为你推荐:

下载百度知道APP,抢鲜体验
使用百度知道APP,立即抢鲜体验。你的手机镜头里或许有别人想知道的答案。
扫描二维码下载
×

类别

我们会通过消息、邮箱等方式尽快将举报结果通知您。

说明

0/200

提交
取消

辅 助

模 式