delete SYS_Authorith from SYS_RoleButtons a left join SYS_Authorith b on b.moduleid=a.moduleid and b.buttonuse=a.buttonuse
where a.buttonid='30'
這種删除方式貌似用到了表連接配接,但是好像我記得删除修改是不允許表連接配接的。。但是這條語句沒有問題。。
各位大神。。求解釋
delete SYS_Authorith from SYS_RoleButtons a left join SYS_Authorith b on b.moduleid=a.moduleid and b.buttonuse=a.buttonuse
where a.buttonid='30'
這種删除方式貌似用到了表連接配接,但是好像我記得删除修改是不允許表連接配接的。。但是這條語句沒有問題。。
各位大神。。求解釋