-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
chapter 9.4 ~ 10.3.3 #7
Comments
|
인덱스 힌트 종류와 각각의 특징
서브쿼리(쿼리블록)을 옵티마이저 힌트로 사용하는 방법
EXPLAIN
SELECT JOIN_ORDER(e, s@subp1)
COUNT(*)
FROM empoyees e
WHERE e.first_name='Matt'
AND e.emp_no IN
(SELECT OB_NAME(subp1) s.emp_no
FROM salaries s
WHERE s.salary BETWEEN 50000 AND 50500); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
No description provided.
The text was updated successfully, but these errors were encountered: