Gold disc production related table

Production order form

SELECT FInterID,* from AIS20151222141907.dbo.ICMO where left(convert(varchar,FPlanCommitDate,120),10)>='2020-08-01' and FBillNo='MO20071961'

Production picking master table

SELECT top 9 FInterID,* from AIS20151222141907.dbo.PPBOM where FICMOInterID=71058
 Production picking from table
SELECT top 9 * from AIS20151222141907.dbo.PPBOMEntry where FInterID=47692

Guess you like

Origin blog.csdn.net/klasoft/article/details/108475430