You can execute the TERMINATE CQ statement to terminate a running continuous query.
Syntax
TERMINATE CQ query;Parameters
| Parameter | Required | Description |
|---|---|---|
| query | Yes | Specifies the name of the continuous query. You can use the LIST CQ statement to query the name.
|
Examples
TERMINATE CQ CETAS_USERS_EXTERNAL_TABLE;