DROP-JOB
Name
DROP JOB
Description
用户删除一个 JOB 作业。作业会被立即停止同时删除。
DROP JOB where jobName='jobname';
Example
-
停止名称为 example 的作业。
DROP JOB where jobName='example';
Keywords
STOP, JOB
DROP JOB
用户删除一个 JOB 作业。作业会被立即停止同时删除。
DROP JOB where jobName='jobname';
停止名称为 example 的作业。
DROP JOB where jobName='example';
STOP, JOB