sqlserver 更改表名

EXEC sp_rename 'old_table_name' ,'new_table_name' ;

posted @ 2017-11-11 10:30  gouqiu  阅读(1367)  评论(0编辑  收藏  举报