Contents Index Connections to database have been disabled Constraint '%1' not found

ASA Error Messages
  Database Error Messages
    Alphabetic list of error messages

Constant expressions may not appear in GROUP BY clause


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
Probable cause 

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.


Contents Index Connections to database have been disabled Constraint '%1' not found