01 2021 档案

摘要:格式 alter table 表名 add 字段名 类型 null default 默认值 下面代码是向 “Table_1 ”表中增加 "Order"字段,类型为int ,可空,默认值是99 alter table Table_1 add "Order" int null default 99 下面 阅读全文
posted @ 2021-01-28 17:14 橙-极纪元JJYCheng 阅读(6117) 评论(0) 推荐(0)