Syntax
Parameters
See also
CREATE SINK
Create a sink
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Use the SHOW CREATE SINK command to see the SQL statement used to create the specified sink. By using this command, you can verify the sink’s settings and troubleshoot any issues.
SHOW CREATE SINK sink_name;
| Parameter | Description |
|---|---|
| sink_name | The sink for which you want to show the corresponding SQL statement. |
Was this page helpful?