You Should Never Use IN In SQL To JOIN With Another Table(sqlservercode.blogspot.com)
submitted by
SQL_Menace(4890) 5 years, 1 month ago
Do you use the following syntax?
SELECT *
FROM TABLE
WHERE CoLumn IN (SELECT CoLumn FROM TABLE)
Do NOT use that it can cause big problems if you do not understand exactly how IN and NOT IN works
|category: Database
|Views: 9
tags:
in Join Database SQL another
Everyones tags:
Your Tags: