发布网友 发布时间:2022-04-10 00:57
共2个回答
懂视网 时间:2022-04-10 05:18
a.sysno=1;select a.*, case when x.resno is null then 0 else 1 end as isown from prm_res a
left join
(select b.resno from prm_res b
inner join prmg_role_res c on b.resno=c.resno
inner join prmg_acct_role d on d.roleno=c.roleno and d.acct=1
) as x
on a.resno=x.resno and a.sysno=1;
谁知道啥情况?欢迎留言
本文出自 “熔 岩” 博客,请务必保留此出处http://lavasoft.blog.51cto.com/62575/1941135
两个相似SQL的查询结果,以前未曾注意
标签:mysql join
热心网友 时间:2022-04-10 02:26
如何用SQL找出两两相似的数据