用sql语句 如何修改 不同版本的mysql数据库的字段名?
在MySQL命令行中,如何实现修改mysql数据库的字段名?之前我一直使用如下语句实现的:altertable表名renamecolumn旧字段名to新字段名;现在使用的...
在MySQL命令行中,如何实现修改mysql数据库的字段名?
之前我一直使用如下语句实现的:
alter table 表名 rename column 旧字段名 to 新字段名;
现在使用的mysql版本是 ; Server version: 5.0.18-nt
表名:mymsg 改字段名name为nickname
提示:
mysql> alter table mymsg column name to nickname;
ERROR 1064 (42000): You have an error in your SQL syntax; check the manual that
corresponds to your MySQL server version for the right syntax to use near 'colum
n name to nickname' at line 1
希望大侠们来帮帮我,谢谢…… 展开
之前我一直使用如下语句实现的:
alter table 表名 rename column 旧字段名 to 新字段名;
现在使用的mysql版本是 ; Server version: 5.0.18-nt
表名:mymsg 改字段名name为nickname
提示:
mysql> alter table mymsg column name to nickname;
ERROR 1064 (42000): You have an error in your SQL syntax; check the manual that
corresponds to your MySQL server version for the right syntax to use near 'colum
n name to nickname' at line 1
希望大侠们来帮帮我,谢谢…… 展开
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询