odps-ddl: typo

Change-Id: I5ec6a100ae27992deb571a56481f65a07b18c14e
waldyrious/alt-syntax
程亦超(何兮) 2016-05-12 18:16:03 +08:00
parent b0e464f98c
commit bbc52a9fc7
1 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
# odps ddl
> Run ddl task in odps.
> Run ddl task in ODPS (Open Data Processing Service).
- Create a table with partition and lifecycle:
@ -10,7 +10,7 @@
`create table {{table_name}} like {{another_table}};`
- Add parition to a table:
- Add partition to a table:
`alter table {{table_name}} add parition ({{partition_spec}});`