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: HELP - Numeric value out of range errors

Re: HELP - Numeric value out of range errors

From: Fuzzy <granta_at_nospam.student.canberra.edu.au>
Date: Mon, 30 Aug 1999 23:28:56 GMT
Message-ID: <37cb137a.2061474@newshost.interact.net.au>


>
>SELECT /*+ ORDERED */ A0.uri FROM TStmp14593 A0, PARENTTAB A1 WHERE
>( A0.uri = A1.uri ) AND ( A0.uri > 0 )
>

Oops - this should read

SELECT /*+ ORDERED */ A0.uri FROM TStmp12345 A0, PARENTTAB A1 WHERE ( A0.uri = A1.uri ) AND ( A0.uri > 0 )

Just a typo in my post - the problem is for real.

Ciao
Fuzzy
:-) Received on Mon Aug 30 1999 - 18:28:56 CDT

Original text of this message

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