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 -> insert as select

insert as select

From: Ysteric's <eyounes_at_aol.com>
Date: Mon, 26 Apr 1999 10:50:37 +0200
Message-ID: <7g1915$la0@news.vtcom.fr>


Ii there anybody to tell me why :

insert into rubriques
select r1.code c, r1.code_mere, r1.niveau, 0, 0, r1.libelle from rubr r1
order by c

does not work, but :
insert into rubriques
select r1.code c, r1.code_mere, r1.niveau, 0, 0, r1.libelle from rubr r1

works quit well !!!

whats wrong with the "order by" clause

thanks everybody

Eric from PARIS - FRANCE Received on Mon Apr 26 1999 - 03:50:37 CDT

Original text of this message

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