DROP TRIGGER drops a .
Required privileges
To drop a trigger, the user must be the owner of the table on which the trigger is defined.Synopsis
Parameters
| Parameter | Description |
|---|---|
trigger_name | The name of the trigger to drop. |
table_name | The name of the table associated with the trigger. |
Examples
Setup
To follow along, run to start a temporary, in-memory cluster with the sample dataset preloaded:Drop a trigger
Create a sample trigger function:Known limitations
withCASCADE is not supported.

