CONTINUE DDL
You can execute the CONTINUE DDL
statement to continue to execute a DDL job that is in the PAUSED or ROLLBACK_PAUSED state.
Syntax
CONTINUE DDL JOB_ID;
Note You can execute the SHOW DDL
statement to obtain the value of the JOB_ID parameter.
Examples
CONTINUE DDL 1359630057722609664;
Query OK, 1 row affected (0.04 sec)