IS NULL versus NOT EXISTS. Here is the pseudo-SQL for a fairly common query: SELECT * FROM t1. WHERE there is no matching row in t2;
確定! 回上一頁