当前位置:首页 >系统运维 >SQL Server视图的功能有哪些? 正文

SQL Server视图的功能有哪些?

来源:益强资讯优选   作者:系统运维   时间:2025-11-05 03:51:26
SQL Server视图的功能有哪些?
复制CREATE VIEW titleview   AS   SELECT title, au_ord, au_lname, price, ytd_sales, pub_id   FROM authors AS a   JOIN titleauthor AS ta ON (a.au_id = ta.au_id)   JOIN titles AS t ON (t.title_id = ta.title_id)  1.2.3.4.5.6.

标签:

责任编辑:数据库