13.2.10.2 JOIN Clause · Group the first two tables explicitly with parentheses so that the operands for the ON clause are (t1, t2) and t3 : SELECT * FROM (t1, t2) ...
確定! 回上一頁