Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SQL

create temporary table sql

declare @table table (id int)
create table #table (id int)
create table ##table (id int)
select * into #table from xyz
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #create #temporary #table #sql
ADD COMMENT
Topic
Name
3+1 =