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

Home -> Community -> Usenet -> c.d.o.server -> Re: MS-SQL -> Oracle SELECT INTO conversion problem...

Re: MS-SQL -> Oracle SELECT INTO conversion problem...

From: Timo Biesenbach <tbiesenb_at_igd.fhg.de>
Date: Thu, 22 Jul 1999 15:25:02 +0200
Message-ID: <37971BAE.48F0AF6E@igd.fhg.de>


Hi,

did you try :
create table new_table as
select ....

Greetings
timo

"Slawek L." wrote:
>
> Under MS-SQL (T-SQL) Select statement is defined as follows:
>
> SELECT select_list
> [INTO new_table_]
> ^^^^^^^^^^^^^^^^^^^^^
> FROM table_source
> [WHERE search_condition]
> [GROUP BY group_by_expression]
> [HAVING search_condition]
> [ORDER BY order_expression [ASC | DESC] ]
>
> Q:How under PL/SQL can one redirect sorted results from SELECT query to
> another table.
>
> Slawek

--

+---+---+-+-+-+-+
|   |   |-+-+-+-+ Fraunhofer-Institut fuer Graphische Datenverarbeitung
+---+---+-+-+-+-+ Fraunhofer-Institute for Computer Graphics
|   |   |-+-+-+-+ Abteilung / Department : Document Imaging  
+---+---+-+-+-+-+
|      __   _   | Timo Biesenbach
|  !  ! _  ! \  | Rundeturmstr. 6      phone  ++49 6151 155 578
|  !  !__! !_/  | 64283 Darmstadt      fax    ++49 6151 155 299 
+---------------+ Germany              email  timo.biesenbach_at_igd.fhg.de
Received on Thu Jul 22 1999 - 08:25:02 CDT

Original text of this message

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