[PostgreSQL] DELETE JOIN



delete 에서 join 사용하기


delete from table1 t1 using table2 t2

where t1.col1 = t2.col1

and t1.col2 = t2.col2


[참고]

https://xshine.tistory.com/261

 

댓글

이 블로그의 인기 게시물

[Eclipse] publishes and runs j2ee and java ee web projects and server configurations to a local tomcat server