오늘은 공부 중/DB

[mysql] you can't specify target table

이도토리 2021. 8. 16. 13:33

https://m.blog.naver.com/PostView.naver?isHttpsRedirect=true&blogId=parkjy76&logNo=220444941264 

 

 

You can't specify target table

참고 : http://www.mysqlfaqs.net/mysql-errors/1093-you-can-not-specify-target-table-comments-for-upda...

blog.naver.com

 

서브 쿼리로 자기 자신 테이블을 바로 참조할 수 없어서 나는 에러.

임시 테이블을 하나 만들어서 SELECT로 또 한번 감싸주어야만 에러가 안 난다.

 

https://jmkjb.tistory.com/entry/MySQLUpdateError

 

You can't specify target table 테이블명 for update in FROM clause

"You can't specify target table 테이블명 for update in FROM clause" 위 에러는 MySQL DB 에서 확인을 했고, 버전은 5.6 버전임. 예를 들어, A라는 테이블을 Update 하기 위해서 Where 조건 상에 같은 A 테이블..

jmkjb.tistory.com

https://www.lesstif.com/dbms/mysql-error-1093-you-can-t-specify-target-table-tablename-for-update-in-from-clause-18220088.html

 

MySQL Error 1093 : You can't specify target table 'tablename' for update in FROM clause

 

www.lesstif.com