Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Re: ORA-01422: exact fetch returns more than requested number of rows???
On Thu, 04 Sep 1997 11:47:11 -0300, "Michael A. Casillas" <casillas_at_icepr.com> wrote:
>
>Does anyone know what this error message means:
>
>ORA-01422: exact fetch returns more than requested number of rows
>
>Michael.
>
You will recieve this kind of error also in a case like this
select ..... from tab1 where
x1 = (select x2 from tab2 where ......); if the second select returns more than one row Received on Thu Sep 18 1997 - 00:00:00 CDT
![]() |
![]() |