Skip to content

Commit

Permalink
added drop job doc
Browse files Browse the repository at this point in the history
  • Loading branch information
dungnmaster committed Nov 10, 2023
1 parent f97268f commit c7bfcbd
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions docs/source/reference/evaql/drop_job.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
DROP JOB
=============

.. _drop_job:

.. code:: mysql
DROP JOB forecasting_job;
DROP JOB IF EXISTS forecasting_job;

0 comments on commit c7bfcbd

Please sign in to comment.