MYSQL數據庫筆記十(JOIN)

  1、 select * from tb_emp; select * from tb_dept; select * from tb_emp,tb_dept; select * from tb_emp a inner join tb_dept b on a.deptid = b.id;
相關文章
相關標籤/搜索