DROP GROUP reference

DROP GROUP - remove an existing group.

Syntax#

Flow chart showing the syntax of the DROP GROUP keyword

Description#

DROP GROUP removes an existing group, and related user-to-group links from QuestDB instance.

Examples#

DROP GROUP admins;

It can be verified with:

SHOW GROUPS;

that doesn't include group name in result.


โญ Something missing? Page not helpful? Please suggest an edit on GitHub.