【文章內(nèi)容簡(jiǎn)介】
and indid 255) drop index goif exists (select 1 from sysindexes where id = object_id(39。gy39。) and name = 39。gy_FK39。 and indid 0 and indid 255) drop index goif exists (select 1 from sysindexes where id = object_id(39。kyuan39。) and name = 39。kyuan2_FK39。 and indid 0 and indid 255) drop index goif exists (select 1 from sysindexes where id = object_id(39。kyuan39。) and name = 39。kyuan_FK39。 and indid 0 and indid 255) drop index goif exists (select 1 from sysindexes where id = object_id(39。購買39。) and name = 39。購買2_FK39。 and indid 0 and indid 255) drop index goif exists (select 1 from sysindexes where id = object_id(39。購買39。) and name = 39。購買_FK39。 and indid 0 and indid 255) drop index goif exists (select 1 from sysobjects where id = object_id(39。cku39。) and type = 39。U39。) drop table ckugoif exists (select 1 from sysobjects where id = object_id(39。gus39。) and type = 39。U39。) drop table gusgoif exists (select 1 from sysobjects where id = object_id(39。gy39。) and type = 39。U39。) drop table gygoif exists (select 1 from sysobjects where id = object_id(39。kyuan39。) and type = 39。U39。) drop table kyuangoif exists (select 1 from sysobjects where id = object_id(39。you39。) and type = 39。U39。) drop table yougoif exists (select 1 from sysobjects where id = object_id(39。youp39。) and type = 39。U39。) drop table youpgoif exists (select 1 from sysobjects where id = object_id(39。購買39。) and type = 39。U39。) drop table 購買go/*==============================================================*//* Table: cku *//*==============================================================*/create table cku ( cyuh char(10) not null, constraint PK_CKU primary key (cyuh))go/*==============================================================*//* Table: gus