Before you can drop a connection, you must remove all its dependent sources and sinks.Documentation Index
Fetch the complete documentation index at: https://docs.risingwave.com/llms.txt
Use this file to discover all available pages before exploring further.
Syntax
Parameters
| Parameter or clause | Description |
|---|---|
| connection_name | The name of the connection to be removed. |
| CASCADE option | If this option is specified, all objects (such as tables and sinks) that depend on the connection, and in turn all objects that depend on those objects will be dropped. Not supported for Iceberg connections. |
Examples
This statement removes the connectionc1.
See also
CREATE CONNECTION
Create a connection