Quick onboard
Deployment
Data Modeling
Connection
Migration
Query
Operations and Maintenance
Common Maintenance
Partition
Backup and Restore
Expansion
Monitoring
Performance Tuning
Troubleshooting
Reference Guide
Tool guide
Data Type
Storage Engine
Executor
Stream
DR (Disaster Recovery)
Configuration
Index
Extension
SQL Reference
Removes a database role.
DROP GROUP [IF EXISTS] <name> [, ...]
DROP GROUP is an alias for DROP ROLE.
There is no DROP GROUP statement in the SQL standard.
See Also DROP ROLE