Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Temp table creation in Oracle
Message
From
19/12/2002 10:39:13
Rex Mahel
Realm Software, Llc
Ohio, United States
 
 
To
All
General information
Forum:
ASP.NET
Category:
Databases
Title:
Temp table creation in Oracle
Miscellaneous
Thread ID:
00734496
Message ID:
00734496
Views:
47
All,

I have stored procedure in SQL Server that I need to emulate in Oracle. The procedure creates a temporary table with an identity field, loads data into the temp table, then selects a subset to return to a web form.

In SQL Server you create a temp table using:

CREATE TABLE #TempTable
OrderId int IDENTITY,
OtherFields varchar(50))

I am looking for a similar object in Oracle.

TIA

Rex
Next
Reply
Map
View

Click here to load this message in the networking platform