一般都是id自增,在建表的时候在id字段后面加上auto-increment
直接把想要自动增加的列设置为标识列 即可
select a.*,b.type from A as a left join B as b on a.id = b.aid group by a.id