select carry ,stu1 ,tea1 ,count1, stu2, tea2, count2 from table1
select carry stu3 tea3 count3 from table2
想把取得的数据存到表格里,但不显示第2个carry怎么判断?
显示结果类似如下:
carry stu1 tea1 count1 stu2 tea2 count2 stu3 tea3 count3