DROP INDEX
Delete an index and all of its content
Synopsis
DROP INDEX statement
Diagram(
Sequence(
"DROP",
"INDEX",
Optional(Sequence("IF", "EXISTS"), "skip"),
"index-name"
)
);
Feedback
Was this page helpful?
Glad to hear it! Please tell us how we can improve.
Sorry to hear that. Please tell us how we can improve.
Last modified October 25, 2021: Rework expressions (016dc8a)