odps: delete one case and add one case
Change-Id: I3b6fb2d300a2d27e44110566654fed722fb92441
This commit is contained in:
@@ -14,14 +14,14 @@
|
|||||||
|
|
||||||
`show tables;`
|
`show tables;`
|
||||||
|
|
||||||
|
- Describe a table:
|
||||||
|
|
||||||
|
`desc {{table_name}};`
|
||||||
|
|
||||||
- Show table partitions:
|
- Show table partitions:
|
||||||
|
|
||||||
`show partitions {{table_name}};`
|
`show partitions {{table_name}};`
|
||||||
|
|
||||||
- Describe table partition:
|
- Describe a partition:
|
||||||
|
|
||||||
`desc {{table_name}} partition ({{partition_spec}});`
|
`desc {{table_name}} partition ({{partition_spec}});`
|
||||||
|
|
||||||
- Create a partitiond table with lifecycle:
|
|
||||||
|
|
||||||
`create table {{name}} ({{col}} {{type}}) partitioned by ({{col}} {{type}}) lifecycle {{days}};`
|
|
||||||
|
Reference in New Issue
Block a user