两张表,第一张数据已经展示,第二张需要第一张展示的数据字段classn做查询条件,并将结果展示在行后面,
select * from table1 t1
left join table2 t2 on t1.classn=t2.classn