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 an access method
DROP ACCESS METHOD [IF EXISTS] <name> [CASCADE | RESTRICT]
DROP ACCESS METHOD removes an existing access method. Only superusers can drop access methods.
Drop the access method heptree;
DROP ACCESS METHOD heptree;
DROP ACCESS METHOD is a Database extension.