Documentation Index
Fetch the complete documentation index at: https://risingwavelabs-wyx-add-timestamp-dedicated-page.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
syntax
Parameters
| Parameter or clause | Description |
|---|---|
| sink_name | The name of the sink. If a schema name is given (for example, CREATE SINK<schema>.<sink> …), then the sink is created in the specified schema. Otherwise it is created in the current schema. |
| col_name | The corresponding table columns in the sink result. For those columns not listed, it will be inserted as the default value defined in the table. |
A table without a primary key can only accept the append-only sink.
Currently, if there are sinks in the table, the table cannot be altered to add or drop columns.
Examples
You can union data from two different Kafka topics.See also
CREATE SINK
Create a sink into an external target
DROP SINK
Remove a sink
SHOW CREATE SINK
Show the SQL statement used to create a sink