drop_partition
Remove a specific partition from a MySQL table by specifying the schema, table, and partition name. Use it to delete outdated or unwanted partition data while keeping the table intact.
Instructions
Remove uma partição de uma tabela
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tableName | Yes | Nome da tabela | |
| schemaName | Yes | Nome do schema | |
| partitionName | Yes | Nome da partição | |
| connectionName | No | Nome da conexão para usar |