mysql學習筆記(四):多表查詢(關聯查詢)

兩張表中的數據爲: mysql> select * from department; +----+----------+ | id | deptName | +----+----------+ | 1 | 軟件部 | | 2 | 財務部 | | 3 | 人事部 | | 4 | 行政部 | +----+----------+ 4 rows in set mysql> sel
相關文章
相關標籤/搜索