SQL 中 EXISTS 和 IN 的區別? - Difference between EXISTS and IN in SQL?

問題:

What is the difference between the EXISTS and IN clause in SQL? SQL 中的EXISTSIN子句有什麼區別?

When should we use EXISTS , and when should we use IN ?我們什麼時候應該使用EXISTS ,什麼時候應該使用IN


解決方案:

參考一: https://stackoom.com/question/6U5
參考二: Difference between EXISTS and IN in SQL?
發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章