mysql语法中有哪些修改语句

2024年12月05日 建站教程

mysql语法中存在哪些修改语句,下面web建站小编给大家详细介绍一下各种语法的具体写法!

修改表名

alter old_table TYPE new_table type;

修改表的列名

alter table type change old_name new_name varchar(30) not null;

修改表某一列的类型

alter table type modify `列名` varchar(100);

本文链接:http://so.lmcjl.com/news/18994/

展开阅读全文
相关内容