SHOW-CREATE-LOAD

Name

SHOW CREATE LOAD

Description

This statement is used to demonstrate the creation statement of a import job.

grammar:

  1. SHOW CREATE LOAD for load_name;

illustrate:

  • load_name: import job name

Example

  1. Show the creation statement of the specified import job under the default db

    1. SHOW CREATE LOAD for test_load

Keywords

  1. SHOW, CREATE, LOAD

Best Practice