This article is tagged with:
Sql server drop temp table if exists
and mysql
sql server drop temp table if exists
IF OBJECT_ID('tempdb..#Results') IS NOT NULL DROP TABLE #Results
GO