odpscmd-table
Verified for current stable LTS
Odpscmd Table Commands
Odpscmd Table command syntax with verified terminal examples.
Commands
5 commands for Odpscmd Table
odpscmd-table Operations
Odpscmd Table Command: Add Partition To Table
alter table <table_name> add partition (<partition_spec>); odpscmd-table Operations
Odpscmd Table Command: Create Table From Another Table Definition
create table <table_name> like <another_table>; odpscmd-table Operations
Odpscmd Table Command: Create Table With Partition And Lifecycle
create table <table_name> (<col> <type>) partitioned by (<col> <type>) lifecycle <days>; odpscmd-table Operations
Odpscmd Table Command: Delete Partition From Table
alter table <table_name> drop partition (<partition_spec>); odpscmd-table Operations
Odpscmd Table Command: Delete Table
drop table <table_name>; Suggest a Odpscmd Table Command
Submit missing workflows, corrections, or verified alternatives for this tool.
FAQ
Coverage: Focused examples for common Odpscmd Table workflows.
Verified version: current stable LTS.
Verification: Test commands in a disposable workspace and submit notes for edge cases.