SHOW CREATE SINK
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.
Syntax
SHOW CREATE SINK sink_name;
Parameters
Parameter | Description |
---|---|
sink_name | The sink for which you want to show the corresponding SQL statement. |
See also
CREATE SINK — Create a sink.