Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SQL

declare temp table in sql

DECLARE @TempTable AS TABLE (Id INT); -- add column that you need with datatype. 
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #declare #temp #table #sql
ADD COMMENT
Topic
Name
2+8 =