同时也可以用链表查询来解决,即MYSQL中的多对多查询.
这个你可以去查询下相关例子,我就不在这细说了.
QQ:408668252
如果找不到那找:xox9002@126.com
select a.fprojectcode,a.ftabletype,b.fmaterialcode,b.fspecification,b.funit,sum(fnumber)from a,b where a.fguid=b.fbillid
group by a.fprojectcode,a.ftabletype,b.fmaterialcode,b.fspecification
不就是这样的吗,如果字段名拼写错误你自己改一下
欢迎分享,转载请注明来源:内存溢出
评论列表(0条)