Using 'IN' with a sub-query in SQL Statements

前端 未结 3 2119
予麋鹿
予麋鹿 2020-12-07 01:59

Are there any performance issues of using \"IN\" keyword in SQL statements in places where we can use JOIN?

SELECT xxx
FROM xxx
WHERE ID IN (SELECT Id FROM x         


        
3条回答
提交回复
热议问题