SyntaxFix
Write A Post
Hire A Developer
Questions
DROP VIEW if exists {ViewName} Go CREATE View {ViewName} AS SELECT * from {TableName} Go