标签:select creat 创建 code lang create 存储 server lan
使用系统自带存储过程sp_rename 修改之前创建的视图名字
CREATE VIEW v_ShowBoyInfo as select * from employee WHERE sex =‘男‘ and age>18 and age<35;
EXEC sp_rename ‘v_ShowBoyInfo‘, ‘v_ShowYoungerInfo‘
标签:select creat 创建 code lang create 存储 server lan
原文地址:https://www.cnblogs.com/qzdd/p/12941050.html