Quick onboard
Deployment
Data Modeling
Connecting
Migration
Query
Operations and Maintenance
Common Maintenance
Partition
Backup and Restore
Expansion
Mirroring
Resource Management
Security
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 USER [IF EXISTS] <name> [, ...]
DROP USER is an alias for DROP ROLE.
The DROP USER statement is a Database extension. The SQL standard leaves the definition of users to the implementation.