Hi All,
I am getting error like " Single row sub query return more than one row" while insert into another record. The query is like....
Insert into abc
select a,
b,
c,
from xyz;
the select statement is working fine. But while insertion, I am facing this error. I am getting this is DEV environment. But it is working fine with other two environments. Please let me know what is the issue... Thanks in advance
| Title | Under | Posted on |
|---|---|---|
| Required Peoplesoft HRMS Functional Training | PeopleSoft Functional | 05/07/2013 - 10:29pm |
| Error while saving Voucher | PeopleSoft Functional | 05/02/2013 - 1:55am |
| santosh asking que | PeopleSoft Technical | 04/30/2013 - 10:22am |
| How can i implement Email functionality to alerts in peoplesoft. | PeopleSoft Technical | 04/30/2013 - 5:01am |
Dear Friend,
Ur sql select statement picks more than one value. Please check for the keyfileds/ constraints and filters(if any)