Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SQL

sql server drop table if exists

IF OBJECT_ID('dbo.Scores', 'U') IS NOT NULL DROP TABLE dbo.Scores; 
Source by sqlhints.com #
 
PREVIOUS NEXT
Tagged: #sql #server #drop #table #exists
ADD COMMENT
Topic
Name
1+2 =