HomeMogDBMogDB StackUqbar

Documentation:v2.0

Supported Versions:

Other Versions:

DROP CONTINUOUS AGGREGATION

Function

Deletes a continuous aggregation that already exists in the current database.

Syntax Format

DROP CONTINUOUS AGGREGATION [IF EXISTS] conagg_name [, conagg_names]

Parameter Description

  • conagg_name

    Modified continuous aggregation name that may contain a schema section.

    imgNote: Specifying tablespace sections is not supported.

  • conagg_names

    Supports deletion of multiple continuous aggregations at once.

    imgNote: Deleting a continuous aggregation does not delete the target table.

Examples

Uqbar=# DROP CONTINUOUS AGGREGATION weather_ca;
DROP CONTINUOUS AGGRETATION

CREATE CONTINUOUS AGGREGATION, ALTER CONTINUOUS AGGREGATION

Copyright © 2011-2024 www.enmotech.com All rights reserved.