Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Select Into doesn't work properly
Hi
I have a problem with a stored procedure where I declared an Select Into
statement like:
l_num NUMBER;
SELECT ID_1 INTO l_num FROM TABLE WHERE ID_2 = INPUT_PARAMETER;
This occurs in a ORA-01422: exact fetch returns more than requested
number of rows.
When I type in PL/SQL the statement:
SELECT ID_1 FROM TABLE WHERE ID_2 = INPUT_PARAMETER;
Then the PL/SQL says: no rows selected
You see PL/SQL has no problems.
What do I wrong,?
Thanks and with best regards
Dirk Joosen
Received on Wed Jan 12 2000 - 01:58:33 CST
![]() |
![]() |