|
ORA-01427: Single-row subquery returns more than one row
Either check that the data that is returned is correct, change the subquery so it returns maximum one row or allow more rows to be returned. In following example 2 rows matches the where condition. This will result in above error message. By changing the condition to use a IN relation operator, we prevent the error from being generated.
Forum Messages
Add your message for ORA-01427
| ||||||||||||||||||||||||||||||||
