mysql三张表关联查询

mysql三张表关联查询 三张表,须要获得的数据是标红色部分的。sql以下:html select a.uid,a.uname,a.upsw,a.urealname,a.utel,a.uremark, b.rid,b.rname,b.rremark,c.deptid,c.deptname,c.deptremarkmysql from table1 a,table2 b,table3 c where
相关文章
相关标签/搜索