[MySql 오류] every derived table must have its own alias 에러 원인 / 해결
by 감싹이 2022. 11. 21. 16:27
오류가 이기나 내가 이기나 해보자 ( 결과 )
문제 원인 : MySql은 from절의 서브쿼리에서 alias를 "반드시" 지정해주어야 한다
every derived table must have its own alias 에러가 뜬다면 서브쿼리에 별칭 지정을 안했을 가능성이 높다
오라클은 안 해도 작동 한다는데..
서브 쿼리 뒤에 alias를 지정해주니 정상 작동하는 것을 볼 수 있다
굿!
[Git] Gitlab에서 Github으로 저장소 옮기기 미러링하기
2023.06.22
[스프링부트] org.springframework.context.ApplicationContextException: Unable to start web server; nested exception is org.springframework.boot.web.server.WebServerException: Unable to start embedded Tomcat 에러
2023.03.24
[MySql 오류] can't execute the given command because you have active locked tables or an active transaction
2022.11.21
이클립스 설치 오류 :: PATH 오류 안내창
2022.07.17