Drop a user-defined aggregate (UDA)
Use the DROP AGGREGATE
command to drop a UDA.
Prerequisites
Drop the avgState
aggregate.
The conditional option IF EXISTS
can be included.
DROP AGGREGATE IF EXISTS cycling.average;
See also:
Use the DROP AGGREGATE
command to drop a UDA.
Drop the avgState
aggregate.
The conditional option IF EXISTS
can be included.
DROP AGGREGATE IF EXISTS cycling.average;
See also: