当前位置:首页 > PHP教程 > PHP总结归纳

SQLCE建复合索引

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]))

.syntaxhighlighter{padding-top:20px;padding-bottom:20px;}
【说明】本文章由站长整理发布,文章内容不代表本站观点,如文中有侵权行为,请与本站客服联系(QQ:)!