Loading

摘要: 创建数据库表、添加注释的方法: create table WARNINGRECORD ( RecordID varchar(36) primary key not null ); comment on column WARNINGRECORD.RecordID is '告警编号'; 现在想通过pl/ 阅读全文
posted @ 2017-06-02 10:14 guwei4037 阅读(9774) 评论(0) 推荐(0) 编辑