Running a JOIN on two columns of different data types may force a sequential scan. Example: SELECT * FROM foo INNER JOIN bar ON foo.a = bar.
確定! 回上一頁