Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Re: SQL-02112 SELECT ... INTO returns too many rows --- how to use the SELECT_ERROR option??
>I've been able to use this method on most of my queries but on some the
>ordering is critical and the ROWNUM kicks in before the ordering is taken
>into account.
>
>Any further ideas??
If the order is important, then you will need to do a cursor open/single fetch/close sequence to get the single value for which you are looking.
-Todd Received on Wed Jan 10 2001 - 13:59:48 CST
![]() |
![]() |