Skip to main content

SHOW CREATE SOURCE

Use the SHOW CREATE SOURCE command to see the SQL statement used to create the specified source. By using this command, you can verify the source's settings and troubleshoot any issues.

Syntax

SHOW CREATE SOURCE source_name;

Parameters

ParameterDescription
source_nameThe source for which you want to show the corresponding SQL statement.

See also

CREATE SOURCE — Create a source.

Help us make this doc better!

Was this page helpful?

Happy React is loading...