有一表A有b和c 两个字段,如何把c字段名改为d字段名.

EXEC sp_rename 'A.c', 'd', 'COLUMN'

Published At
Categories with 数据库类
Tagged with
comments powered by Disqus