–修改列名(即修改字段名)
alter table 表名 rename column 现列名 to 新列名;
转载于:https://www.cnblogs.com/MountDa/p/5831747.html
本文详细介绍了如何使用SQL语句修改数据库表中的列名(即字段名),通过具体实例展示了alter table语句的使用方法。
–修改列名(即修改字段名)
alter table 表名 rename column 现列名 to 新列名;
转载于:https://www.cnblogs.com/MountDa/p/5831747.html

被折叠的 条评论
为什么被折叠?