查詢: exists、in、not in 和 not exists

如今兩個表`user`和`user_role`表:mysql user: sql   user_role:code 1. 如今須要用 exists 做用子查詢來查`user`表blog mysql> select * from user t where exists (select * from user_role r where t.id = r.user_id); 2. 咱們也能夠用 in 來
相關文章
相關標籤/搜索