以文本方式查看主题

-  Foxtable(狐表)  (http://foxtable.com/bbs/index.asp)
--  专家坐堂  (http://foxtable.com/bbs/list.asp?boardid=2)
----  视图请教  (http://foxtable.com/bbs/dispbbs.asp?boardid=2&id=82706)

--  作者:santde
--  发布时间:2016/3/23 11:17:00
--  视图请教
请教如何通过SQL语句在SQL数据库中创建视图

比如 :
创建视图名称为 订单主表视图
视图语句为: sel ect * from 订单_主表 



修改视图名称为 订单主表视图
视图SQLygqk修改为 : sel ect * from 订单_主表  order by 订单编号




--  作者:大红袍
--  发布时间:2016/3/23 11:20:00
--  

创建视图sql语句

 

https://msdn.microsoft.com/zh-cn/library/ms187956.aspx