1.添加字段
alter table db.table add column dddd varchar(1500) not null with default ‘‘
2.删除字段
alter table db.table drop column 字段名
删除之后无法查询表
call sysproc.admin_cmd(‘reorg table tablename‘);
原文地址:http://blog.51cto.com/liujin/2160720
时间: 2024-09-30 10:07:50