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

Home -> Community -> Usenet -> c.d.o.tools -> Help HELP

Help HELP

From: Jonus <jonus123_at_yahoo.com>
Date: 1999/04/08
Message-ID: <370CE274.E9807C6B@yahoo.com>#1/1

when executing a query, I recieve the error message below.

update t set(total_available)=
(select distinct
 count(L)
from tuv t, xyz x
where s.r = c.r (+)
group by s.r);

ERROR at line 2:
ORA-01427: single-row subquery returns more than one row

Anyone know how i should write this to get a result of total_available??

Book    Title         Cost    total_available
123     The Firm      23       5





with many thanks
Jonus Received on Thu Apr 08 1999 - 00:00:00 CDT

Original text of this message

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