카테고리 없음
MySQL EXISTS
일등하이
2019. 8. 8. 09:42
반응형
https://yahwang.github.io/posts/35
MySQL에서 연관 서브쿼리 연산자 EXISTS 활용하기 - YA-Hwang 기술 블로그
MySQL에서 EXISTS 사용법에 대해 알아본다.
yahwang.github.io
1
|
select * from clans where exists (select * from clan_members where clans.clan_master_id = clan_member_id and clan_members.role = 1);
|
http://colorscripter.com/info#e" target="_blank" style="text-decoration:none;color:white">cs |
반응형