Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.misc -> Re: Problem with create temporary table in PL/SQL

Re: Problem with create temporary table in PL/SQL

From: nick <nickcool_at_ms17.hinet.net>
Date: Thu, 20 May 1999 23:13:36 +0800
Message-ID: <7i18vc$18t@netnews.hinet.net>


Is this only way to create table in PL/SQL. Or It has some command like SqlSever 'Create #(table_name)' ?

Thanks !
Nick

Fred Ruffet ¼¶¼g©ó¤å³¹ <7i17ee$ll7$1_at_gatekeeper.ornano.kapt.com>...
>Did you tried to use DBMS within a PL/SQL procedure ?
>
>DBMS allows you to construct your queries piece by piece so you can make a
>create table instruction and a drop table instruction in the same
procedure,
>with inserts, selects, and deletes between...
>
>nick a écrit dans le message <7i15sp$or1_at_netnews.hinet.net>...
>>Hello.
>>
>>How to create temporary table in PL/SQL ?
>>
>>Thanks in advance,
>>Nick
>>
>>
>>
>
>
Received on Thu May 20 1999 - 10:13:36 CDT

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US