Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SQL

create temp table in sql

-- CREATE TEMP TABLE 
Create Table #MyTempTable (
    EmployeeID int
);
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #create #temp #table #sql
ADD COMMENT
Topic
Name
9+5 =