-
Notifications
You must be signed in to change notification settings - Fork 6.1k
Closed
Labels
type/feature-requestCategorizes issue or PR as related to a new feature.Categorizes issue or PR as related to a new feature.
Description
Feature Request
Is your feature request related to a problem? Please describe:
ANALYZE TABLE, DROP TABLE etc. all support a list of tables, but DROP STATS only supports one table.
Describe the feature you'd like:
Add support for more than one table in DROP STATS, like
DROP STATS t1,t2;
Describe alternatives you've considered:
Continue running multiple statements.
Teachability, Documentation, Adoption, Migration Strategy:
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
type/feature-requestCategorizes issue or PR as related to a new feature.Categorizes issue or PR as related to a new feature.