1
0
Эх сурвалжийг харах

odps: delete one case and add one case

Change-Id: I3b6fb2d300a2d27e44110566654fed722fb92441
程亦超(何兮) 8 жил өмнө
parent
commit
3132be399a
1 өөрчлөгдсөн 5 нэмэгдсэн , 5 устгасан
  1. 5 5
      pages/common/odps.md

+ 5 - 5
pages/common/odps.md

@@ -14,14 +14,14 @@
 
 `show tables;`
 
+- Describe a table:
+
+`desc {{table_name}};`
+
 - Show table partitions:
 
 `show partitions {{table_name}};`
 
-- Describe table partition:
+- Describe a partition:
 
 `desc {{table_name}} partition ({{partition_spec}});`
-
-- Create a partitiond table with lifecycle:
-
-`create table {{name}} ({{col}} {{type}}) partitioned by ({{col}} {{type}}) lifecycle {{days}};`