Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Re: HELP - Numeric value out of range errors
>
>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
![]() |
![]() |