Skip to main content
MindsDB home page
Unify
Ask AI
Copy page
Search...
MindsDB home page
Search...
Navigation
Triggers
Remove a Trigger
Overview
Introduction
Overview
Data Unification
Knowledge Bases
Tables, Views, and Files
Projects
Data Transformation
Custom Functions
Standard SQL Support
Data Automation
Jobs
Triggers
Create a Trigger
Remove a Trigger
Query Triggers
Watch Video
Slack
GitHub
Website
On this page
Description
Syntax
Triggers
Remove a Trigger
Description
Triggers enable users to define event-based actions. For example, if a table is updated, then run a query to update predictions.
Currently, you can create triggers on the following data sources:
MongoDB
,
Slack
,
Solace
.
Syntax
Here is the syntax for removing a trigger:
Copy
Ask AI
DROP
TRIGGER
trigger_name;
Was this page helpful?
Yes
No
Suggest edits
Raise issue
Create a Trigger
Query Triggers
Assistant
Responses are generated using AI and may contain mistakes.