CREATE TABLE [PT_check3] ( [FCheckPlan_ID] NVARCHAR(20) NOT NULL , [FBarCode] NVARCHAR(20) NOT NULL, [FIn_Code] NVARCHAR(10) NOT NULL , [FGoodsName] NVARCHAR(30) NOT NULL , [FIsReCheck] INT NULL , [FQty] Numeric(10, 2) NULL , CONSTRAINT [P
create table [pt_check3] ( [fcheckplan_id] nvarchar(20) not null , [fbarcode] nvarchar(20) not null, [fin_code] nvarchar(10) not null , [fgoodsname] nvarchar(30) not null , [fisrecheck] int null , [fqty] numeric(10, 2) null , constraint [pk_vw_checks] unique ([fcheckplan_id],[fin_code]))
,










