Skip to content

Add multiple tables to 'DROP STATS' #37872

@mjonss

Description

@mjonss

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:

Metadata

Metadata

Assignees

Labels

type/feature-requestCategorizes issue or PR as related to a new feature.

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions