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: Order by Problem on 8i

Re: Order by Problem on 8i

From: Niall Litchfield <n-litchfield_at_audit-commission.gov.uk>
Date: Fri, 26 Oct 2001 12:47:30 +0100
Message-ID: <3bd94d52$0$227$ed9e5944@reading.news.pipex.net>


"tIM" <tjm_at_geac.dk> wrote in message
news:b1f8412c.0110252329.1668a366_at_posting.google.com...
> The point is why does INSERT INTO ... SELECT ... ORDER BY
> work when run stand alone but does not compile when placed in a procedure.

Probably because PL/SQL lags behind sql by a bit. <SNIP>
> The other post probably hints to my answer that I needn't care about
> about the order by which is what I did.
This is a basic feature of an RDBMS. You shouldnever need to know where and how records are stored. if you wish to deal with records in a specific order you only need to select them out in that order.

--
Niall Litchfield
Oracle DBA
Audit Commission Uk
Received on Fri Oct 26 2001 - 06:47:30 CDT

Original text of this message

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