mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-28 23:04:54 +02:00
odps-ddl: typo
Change-Id: I5ec6a100ae27992deb571a56481f65a07b18c14e
This commit is contained in:
parent
b0e464f98c
commit
bbc52a9fc7
1 changed files with 2 additions and 2 deletions
|
@ -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}});`
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue