DataBase/MySQL
[MySQL] DELETE + JOIN 쿼리 사용법
IT공부블로그
2021. 12. 2. 13:47
728x90
반응형
예제
delete a from test1 a
join test2 g
where test_id = 'test'
and g.test not in('test1', 'test2', 'test3');
참조
728x90
반응형