Re: ORA-01422: exact fetch returns more than requested number of rows???

From: Kurt Laugesen <kul_at_post3.tele.dk>
Date: 1997/09/18
Message-ID: <342126a0.23795175_at_news.inet.tele.dk>#1/1


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 CEST

Original text of this message