From bbc52a9fc70e5c6bf6eae86ce158d891f49d6659 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=A8=8B=E4=BA=A6=E8=B6=85=28=E4=BD=95=E5=85=AE=29?= Date: Thu, 12 May 2016 18:16:03 +0800 Subject: [PATCH] odps-ddl: typo Change-Id: I5ec6a100ae27992deb571a56481f65a07b18c14e --- pages/common/odps-ddl.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pages/common/odps-ddl.md b/pages/common/odps-ddl.md index 0e570e4fb0..ea09653532 100644 --- a/pages/common/odps-ddl.md +++ b/pages/common/odps-ddl.md @@ -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}});`