摘要:
## sql alter update 添加、修改、删除字段## 添加列名alter table 表名 add 列名 列类型;alter table 表名 add 列名 列类型 not null default '0';#alter table nq_idd_model add new_flag t 阅读全文
posted @ 2019-05-23 15:38
上山打老虎下山采蘑菇
阅读(303)
评论(0)
推荐(0)

浙公网安备 33010602011771号