电脑故障

位置:IT落伍者 >> 电脑故障 >> 浏览文章

左连接查询的思考


发布日期:2023/12/28
 

左连接查询

select uGroup_IduGroup_NamelUser_IdlPosition_Id

from usergroup u

left join (select * from UserGroupLink where User_Id=admin and company_id=) as l on uGroup_Id=lGroup_Id;

as可以省略

注意写成以下这样就不可以了

select uGroup_IduGroup_NamelUser_IdlPosition_Id

from usergroup u

left join select * from (select * from UserGroupLink where User_Id=admin and company_id=) as l on uGroup_Id=lGroup_Id;

上一篇:grub中的分区命名方法

下一篇:脱离SAP卷土重来 甲骨文全力围剿SAP用户