首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > 数据库 > Mysql >

mysql 设立默认值

2012-08-27 
mysql 设置默认值alter table tablename drop column cloumnnamealter table tablename add column colum

mysql 设置默认值

alter table tablename drop column cloumnname;alter table tablename add column columnname integer default value;

?mysql中表建好后,无法用命令行直接设置自动的默认值,所以只能先删除掉某列后,再重新添加该列,同时设置默认值

热点排行