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 17, 2023
1 parent 6a7b879 commit 94fc752
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 94fc752

Please sign in to comment.