ASA Error Messages
Database Error Messages
Alphabetic list of error messages
| Item | Value |
|---|---|
| SQLCODE | -928 |
| Constant | SQLE_NO_CONSTANTS_IN_GROUP_BY |
| SQLSTATE | 42W9D |
| Sybase error code | 13557 |
| ODBC 2 State | 37000 |
| ODBC 3 State | 42000 |
You used a constant in the GROUP BY clause. Constants must not appear in the GROUP BY clause for a query. References to columns in a view that are constant are permitted in a GROUP BY clause. Also expressions which use a view column that is constant are also permitted.