The easiest way to combine two tables in SQL is by producing a cartesian product, either via a table list or using a CROSS JOIN .
確定! 回上一頁