You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
DS7/DSWeb/word/新协航_设计文档/数据库建表文档/20131223/删除库存列表视图.txt

6 lines
212 B
Plaintext

2 years ago
/****** Object: View [dbo].[vImportKcRpt] Script Date: 12/24/2013 14:42:24 ******/
IF EXISTS (SELECT * FROM sys.views WHERE object_id = OBJECT_ID(N'[dbo].[vImportKcRpt]'))
DROP VIEW [dbo].[vImportKcRpt]
GO