Created
November 29, 2017 12:44
-
-
Save thorsman99/b5ffe921807db83c062b875d0399a504 to your computer and use it in GitHub Desktop.
Drop Temp Table if Exists #sql
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
IF OBJECT_ID('tempdb..#Results') IS NOT NULL DROP TABLE #Results |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment