from table1 [inner | left | right | full ] join table2 on table1.column1 = table2.column2;. inner join 表示内连接; left join表示左外连接; right join表示右外 ...
確定! 回上一頁