Syntax
Parameters
See also
CREATE SOURCE
Create a source
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 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.
SHOW CREATE SOURCE source_name;
| Parameter | Description |
|---|---|
| source_name | The source for which you want to show the corresponding SQL statement. |
Was this page helpful?