创建视图

CREATE VIEW [Current Product List] AS
SELECT ProductID,ProductName
FROM Products
WHERE Discontinued=No
posted @ 2020-08-20 13:12  liangyuwen  阅读(118)  评论(0)    收藏  举报