We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b4c7eb4 commit 03ddc6bCopy full SHA for 03ddc6b
drop.txt
@@ -0,0 +1,9 @@
1
+DROP TABLE <table-name>;
2
+
3
+DROP TRIGGER <trigger-name> ON <table-name>;
4
5
6
7
+DROP FUNCTION <function-name>;
8
9
+DROP PROCEDURE <procedure-name>;
0 commit comments