在SQL Server中的其他两个列之间添加列
问题描述:
是否可以在表中添加一列,将其插入到SQL Server中两个现有列之间,而无需删除并重新创建表?
Can you add a column to a table inserting it in between two existing columns in SQL Server without dropping and re-creating the table?
答
简单的答案是否定的。列顺序对您很重要吗?
The simple answer is no. Is there a reason why column order is important to you?