Start of change

-111   AN AGGREGATE FUNCTION DOES NOT INCLUDE A COLUMN NAME

Explanation

The specification of an aggregate function was invalid because a column name was not specified in the argument. In a trigger definition, a transition variable specification does not qualify as a column name for this purpose.

System action

The statement cannot be executed.

Programmer response

Refer to Aggregate functions for information about the proper usage of aggregate functions.

SQLSTATE

42901

End of change