Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.misc -> Re: temp tables in oracle
Alex,
temporary tables were introduced with Oracle version 8.1.5.
But for the application you mention, there is no need to use a temporary table to join it. Just join the original table.
Regards
Dante
In article <3738677C.2DC2357E_at_macromedia.com>,
alex menendez <amen_at_macromedia.com> wrote:
> hello, all
>
> Is there anyway to create a temp table in oracle then select a number
of
> fields into it for a subsequent
> join with another table?
>
> Most of my sql experience has been with sybase and I am new to oracle.
> I know that in sybase you are able to create temp tables on the fly
with
> the #table_name notation.
> These tables are kept in memory until the user logs out of his or her
> sql session.
>
> Does such a thing exist in the oracle world?
>
> thanx in advance,
> -amen
>
>
--== Sent via Deja.com http://www.deja.com/ ==-- ---Share what you know. Learn what you don't.--- Received on Tue May 11 1999 - 13:35:13 CDT
![]() |
![]() |