"Subquery allowed only one select list item"
| Item |
Description |
|
SQLCode
|
-151L
|
|
Constant
|
SUBQUERY_SELECT_LIST
|
|
SQLState
|
53023
|
|
ODBC 2 State
|
37000
|
|
ODBC 3 State
|
42000
|
|
Sybase Error Code
|
2094
|
|
Severity Code
|
15
|
Probable cause
You entered a subquery that has more than one column in the select list. Change the select list to have only one column.