From e671e85cdc297c42149c5af2881e689a9bc08d66 Mon Sep 17 00:00:00 2001 From: Cheng Yichao Date: Mon, 16 May 2016 17:18:34 +0800 Subject: [PATCH] odps-table: typo --- pages/common/odps-table.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/common/odps-table.md b/pages/common/odps-table.md index aae8049a0..19bfcb466 100644 --- a/pages/common/odps-table.md +++ b/pages/common/odps-table.md @@ -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: