select * from emp e join dept d on(e.dept_id=d.dept_id);. 語法示範(使用USING). 等價合併emp表格的dept_id欄位與dept表格的dept_id欄位,輸出合併後的查詢結果.
確定! 回上一頁