mysql and or 查询遇到的坑

痞子三分冷 提交于 2020-01-13 09:54:47

select   *  from   table   where m.is_delete = 0 and alow.user_type =3 and alow.is_delete = 0
        
       
           
                and (alow.user_uuid = "08b08c9c-11e3-11ea-965f-07"
                or alow.user_uuid in (select u.user_uuid FROM ccs_user u
                LEFT JOIN ccs_dept d on d.dept_uuid = u.dept_uuid
                where d.parent_uuid = "197128190300.dept_uuid = "1971900"))
          

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!