Update dml-operation-on-carbondata.md Update dml-operation-on-carbondata.md
Project: http://git-wip-us.apache.org/repos/asf/incubator-carbondata/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-carbondata/commit/b5c9985e Tree: http://git-wip-us.apache.org/repos/asf/incubator-carbondata/tree/b5c9985e Diff: http://git-wip-us.apache.org/repos/asf/incubator-carbondata/diff/b5c9985e Branch: refs/heads/branch-1.1 Commit: b5c9985ec3e210b64c28eff1b7070be7f387fd7a Parents: ff182b7 Author: chenerlu <[email protected]> Authored: Wed Apr 12 10:03:29 2017 +0800 Committer: chenliang613 <[email protected]> Committed: Wed Apr 12 17:36:08 2017 +0530 ---------------------------------------------------------------------- docs/dml-operation-on-carbondata.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-carbondata/blob/b5c9985e/docs/dml-operation-on-carbondata.md ---------------------------------------------------------------------- diff --git a/docs/dml-operation-on-carbondata.md b/docs/dml-operation-on-carbondata.md index 6f67543..579b9cb 100644 --- a/docs/dml-operation-on-carbondata.md +++ b/docs/dml-operation-on-carbondata.md @@ -290,8 +290,8 @@ This command will allow to delete the CarbonData segment(s) from the store based The segment created before the particular date will be removed from the specific stores. ``` -DELETE FROM TABLE [schema_name.]table_name -WHERE[DATE_FIELD]BEFORE [DATE_VALUE] +DELETE SEGMENTS FROM TABLE [db_name.]table_name +WHERE STARTTIME BEFORE DATE_VALUE ``` ### Parameter Description
