oracle创建表和序列

1.建表 create table tb_od_acceptworkorder (    id                INTEGER primary key not null,    caseid             VARCHAR2(100)        not null,    city               VARCHAR2(80), ); --添加注释 comment
相关文章
相关标签/搜索