SHOW CREATE LOAD
Descriptionβ
This statement is used to display the creation statement of an import job.
Syntaxβ
SHOW CREATE LOAD FOR <load_name>;
Required Parametersβ
<load_name>
The name of the routine import job.
Access Control Requirementsβ
Users executing this SQL command must have at least the following permissions:
Privilege | Object | Notes |
---|---|---|
ADMIN/NODE_PRIV | Database | Cluster administrator privileges are required. |
Return Valueβ
Returns the creation statement of the specified import job.
Examplesβ
- Display the creation statement of the specified import job in the default database.
SHOW CREATE LOAD for test_load