
复制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.
当前位置:首页 >系统运维 >SQL Server视图的功能有哪些? 正文

标签:
责任编辑:数据库