odpscmd-table
Verified for current stable LTS
Odpscmd Table Command: Delete Partition From Table
Use for delete partition from table with Odpscmd Table. Exact CLI syntax to delete partition from table using Odpscmd Table.
When to use this: Use for delete partition from table with Odpscmd Table.
Command Syntax
alter table <table_name> drop partition (<partition_spec>); alter table <table_name> drop partition (<partition_spec>); Command Breakdown
alter is the base executable for this command.
FAQ
Purpose: Exact syntax to delete partition from table using Odpscmd Table.
Test path: Replace placeholders and run destructive commands in a disposable workspace first.
Flag behavior: Tool version, platform, and shell can change behavior.
Improve This Command
Suggest a correction, safer default, or version-specific note for this entry.
Related Operations
Odpscmd Table Command: Add Partition To Table
alter table <table_name> add partition (<partition_spec>); Odpscmd Table Command: Create Table From Another Table Definition create table <table_name> like <another_table>; Odpscmd Table Command: Create Table With Partition And Lifecycle create table <table_name> (<col> <type>) partitioned by (<col> <type>) lifecycle <days>; Odpscmd Table Command: Delete Table drop table <table_name>;