-412   THE SELECT CLAUSE OF A SUBQUERY SPECIFIES MULTIPLE COLUMNS

Explanation

In the context in which it was used in the SQL statement, the subquery can have only one column specified in its SELECT clause.

System action

The statement cannot be processed.

Programmer response

Correct the syntax of the SQL statement.

SQLSTATE

42823