分类:DB2 share 发布 2010.07.20 23:07:47 commentComment:0
7
dig bury

sql语句 DROP TABLE lw_bin; create table lw_bin ( XH INTEGER not null generated by default as identity, GJ_DM CHAR(3) not null, GJ_MC VARCHAR(100) not null, GJ_JC VARCHAR(80) not null, XYBZ CHAR(1) not null, primary key (XH) ); comment on table TMP_ZYGJ is '主要国家'; comment on ... more Tag : db2,创建表