Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.misc -> Re: Help with temporary tables
Oracle does not have the concept of a temp table as it exist in Sybase
There is something similar to it( though not exactly it);
It is a function returning a table type. probably that may help you.
Paul Wiles wrote:
> How do I rewrite this query in Transact SQL so it will work on Oracle
>
> select * into #temptable from MAIN_TABLE.
>
> I can't find any documentation on the usage of temporary tables in Oracle.
>
> Thanks
>
> Paul
Received on Mon Apr 19 1999 - 07:41:38 CDT
![]() |
![]() |