lyfxlk2009(提问者) 回复 snrtuemc select
a.cRetailCode as 零售单号,
a.cToWhCode as 仓库编号,
a.dRetailDate as 日期,
a.bPayOff as 结算,
a.bFAudit as 记帐,
a.bPAudit as 验收,
a.cMemo as 备注,
b.cRetailCode as 零售单号,
b.cInvCode as 商品编号,
b.cColorCode as 色号,
b.cRetailMan as 营业员,
b.fDisPrice as 折让价,
b.cSizeName as 尺码名称,
b.iQuantity as 零售数量
from
RetailCH as a
left join
RetailCDS as b
on a.cRetailCode=b.cRetailCode
下面的不会了呢?