Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.server -> Re: ORA-01427 single-row subquery returns more than one row

Re: ORA-01427 single-row subquery returns more than one row

From: Rauf Sarwar <rs_arwar_at_hotmail.com>
Date: 26 May 2005 03:31:55 -0700
Message-ID: <1117103515.119075.28220@g44g2000cwa.googlegroups.com>

yeoen_at_sdu.nl wrote:
> This is my statement :
>
>
> update relpersoonhierarchiek rel
> set rel.soortfunctie =
> (select fun.cat
> from fun_import fun
> where fun.id = rel.id)
> where rel.id =
> (select fun.id
> from fun_import fun
> where fun.id = rel.id)
>
> ORA-01427: single-row subquery returns more than one row
>

What part of the above error message you don't understand?

Regards
/Rauf Received on Thu May 26 2005 - 05:31:55 CDT

Original text of this message

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