START MIGRATION

Description

The START MIGRATION syntax is used to start migration process.

Syntax

Grammar Railroad diagram

  1. StartMigration ::=
  2. 'START' 'MIGRATION' migrationJobId
  3. migrationJobId ::=
  4. string

Supplement

Example

  • Start migration process
  1. START MIGRATION 'j010180026753ef0e25d3932d94d1673ba551';

Reserved word

START, MIGRATION