Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
如何在 SQL 中使用DDL语句重命名列名
执行这个,
sp_RENAME 'TableName.[OldColumnName]' , '[NewColumnName]', 'COLUMN'