创建表后,发现表中某列名称写错需要修改:

SQL:exec sp_rename 'table.name1', 'name2';