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 ...
Tag : db2,创建表



Comment:


