1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-09-10 16:53:10 +02:00

odps-table: typo

This commit is contained in:
Cheng Yichao 2016-05-16 17:18:34 +08:00
parent d306eeb2da
commit e671e85cdc

View file

@ -12,7 +12,7 @@
- Add partition to a table:
`alter table {{table_name}} add parition ({{partition_spec}});`
`alter table {{table_name}} add partition ({{partition_spec}});`
- Delete partition from a table: