You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
SELECT * FROM employees WHERE emp_no IN (1, 2, 3); SELECT * FROM employees WHERE emp_no IN (1, 1, 2, 2, 3, 3, 3); -> 이런 경우에 (1, 2, 3)으로 줄일 수 있다. -> 왜 인덱스로 처리하는지는 모르겠다.
인덱스 공부하고 돌아오기!
lxxjn0
removed this from the
Real MySQL 6.1 - 6.2.4 milestone
Jan 31, 2021
질문 : 여기서 인덱스를 이용해 중복된 값을 제거한다는 말의 의미를 잘 이해하지 못하겠어요!! 도와주세요~~~ @pci2676 @YebinK
The text was updated successfully, but these errors were encountered: