mirror of
https://github.com/Microsoft/sql-server-samples.git
synced 2025-12-08 14:58:54 +00:00
4 lines
190 B
SQL
4 lines
190 B
SQL
-- =============================================
|
|
-- Drop View template
|
|
-- =============================================
|
|
DROP VIEW <schema_name, sysname, dbo>.<view_name, sysname, Top10Sales> |