标签:prim sel bat rom incr 返回 _id eid tab
select元素。
自定义resultMap,自定义返回。
建表语句如下所示:
create table tbl_dept( id int(11) primary key auto_increment, dept_name varchar(255) )
查询
select d.id did,d.dept_name dept_name, e.id eid,e.last_name last_name,email email,e.gender gender from tbl_dept d left join tbl_employee e on d.id=e.d_id where d.id=1
标签:prim sel bat rom incr 返回 _id eid tab
原文地址:https://www.cnblogs.com/liaoxiaolao/p/9977651.html