From 18657a960e125336f704ea058e25c27bd3900dcb Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sun, 5 May 2024 19:28:19 +0200 Subject: Adding upstream version 3.40.1. Signed-off-by: Daniel Baumann --- www/lang_droptrigger.html | 176 ++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 176 insertions(+) create mode 100644 www/lang_droptrigger.html (limited to 'www/lang_droptrigger.html') diff --git a/www/lang_droptrigger.html b/www/lang_droptrigger.html new file mode 100644 index 0000000..083f900 --- /dev/null +++ b/www/lang_droptrigger.html @@ -0,0 +1,176 @@ + + + + + +DROP TRIGGER + + + +
+ + + +
+
+Small. Fast. Reliable.
Choose any three. +
+ + +
+
+ + + +
+
+
+ + + + +

drop-trigger-stmt: +

+
+
+ + + + +DROP + + + +TRIGGER + + + +IF + + + +EXISTS + + + +schema-name + + + +. + + + +trigger-name + + + + + + + + + + +
+
+ + +

The DROP TRIGGER statement removes a trigger created by the +CREATE TRIGGER statement. Once removed, the trigger definition is no +longer present in the sqlite_schema (or sqlite_temp_schema) table and is +not fired by any subsequent INSERT, UPDATE or DELETE statements. + +

Note that triggers are automatically dropped when the associated table is +dropped. +

This page last modified on 2020-06-19 13:05:24 UTC

+ -- cgit v1.2.3