求MySql高手,帮我写一条语句,谢谢。我要看表里每列的值怎么写啊?
表1:SAOSHIP字段:shipdate,qty,shpqty,orderno表2:SAOMSTR字段:custporef,orderno表3:MRJMATR字段:or...
表1:SAOSHIP 字段:shipdate,qty,shpqty,orderno
表2:SAOMSTR 字段:custporef,orderno
表3:MRJMATR 字段:orderno,MatrCode,style,Issqty,qtyunit
表4:PUOITEM 字段:matrCode,Description 展开
表2:SAOMSTR 字段:custporef,orderno
表3:MRJMATR 字段:orderno,MatrCode,style,Issqty,qtyunit
表4:PUOITEM 字段:matrCode,Description 展开
2011-11-21
展开全部
select * from SAOSHIP;
select * from SAOMSTR ;
select * from MRJMATR ;
select * from PUOITEM ;
这样?还是下面的
select a.*,b.*,c.*,d.*
from SAOSHIP a, SAOMSTR b, MRJMATR c, PUOITEM d
where a.orderno=b.orderno and a.orderno=c.orderno and c.MatrCode=d.MatrCode
select * from SAOMSTR ;
select * from MRJMATR ;
select * from PUOITEM ;
这样?还是下面的
select a.*,b.*,c.*,d.*
from SAOSHIP a, SAOMSTR b, MRJMATR c, PUOITEM d
where a.orderno=b.orderno and a.orderno=c.orderno and c.MatrCode=d.MatrCode
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
展开全部
select * from 表名
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询