DROP-JOB

Name

DROP JOB

Description

User stops a JOB. A stopped job cannot be resumed.

  1. DROP JOB WHERE jobName = 'job_name';

Example

  1. DROP the job named test1.

    1. DROP JOB where jobName = 'test1';

Keywords

  1. DROP, JOB

Best Practice