How to create a temporary table in Oracle
Posted
by GigaPr
on Stack Overflow
See other posts from Stack Overflow
or by GigaPr
Published on 2010-04-19T23:09:02Z
Indexed on
2010/04/19
23:13 UTC
Read the original article
Hit count: 184
Hi
I would like to create a temporary table in a Oracle database
something like
Declare table @table (int id)
In SQL server
And than populate it with a select statement
Is it possible?
Thanks
© Stack Overflow or respective owner