mirror of
https://github.com/tldr-pages/tldr.git
synced 2024-12-26 18:32:41 +03:00
odps-ddl: typo
Change-Id: I5ec6a100ae27992deb571a56481f65a07b18c14e
This commit is contained in:
parent
b0e464f98c
commit
bbc52a9fc7
@ -1,6 +1,6 @@
|
|||||||
# odps ddl
|
# odps ddl
|
||||||
|
|
||||||
> Run ddl task in odps.
|
> Run ddl task in ODPS (Open Data Processing Service).
|
||||||
|
|
||||||
- Create a table with partition and lifecycle:
|
- Create a table with partition and lifecycle:
|
||||||
|
|
||||||
@ -10,7 +10,7 @@
|
|||||||
|
|
||||||
`create table {{table_name}} like {{another_table}};`
|
`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}});`
|
`alter table {{table_name}} add parition ({{partition_spec}});`
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user