摘要: 增加字段语法: alter table tablename add (column datatype [default value][null/not null],….); 说明:alter table 表名 add (字段名 字段类型 默认值 是否为空); 例:alter table sf_use 阅读全文
posted @ 2019-03-06 15:36 郭东东郭 阅读(4241) 评论(0) 推荐(0) 编辑