摘要: create table tb_student( id NUMBER(10) not null, createtime DATE not null, constraint PK_tb_student primary key (id) 主键约束); 注释comment on table tb_stud 阅读全文
posted @ 2017-05-25 15:28 为了八千块 阅读(220) 评论(0) 推荐(0) 编辑