This is an automated email from the ASF dual-hosted git repository. lide pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/incubator-doris-website.git
The following commit(s) were added to refs/heads/master by this push: new c5ddfd6 fix an error of title c5ddfd6 is described below commit c5ddfd6a9da19971140a20c700f63817737059ae Author: lide <l...@baidu.com> AuthorDate: Wed Nov 7 16:39:05 2018 +0800 fix an error of title --- pages/guides/create-load-and-delete.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pages/guides/create-load-and-delete.md b/pages/guides/create-load-and-delete.md index 7dda7e2..5102c16 100644 --- a/pages/guides/create-load-and-delete.md +++ b/pages/guides/create-load-and-delete.md @@ -1,4 +1,4 @@ -title=Doris 文档 +title=建表、数据导入与删除 date=2018-11-06 type=guide status=published @@ -360,4 +360,4 @@ Doris 目前可以通过两种方式删除数据:`DELETE FROM` 语句和 `ALTE 1. 执行 delete 命令后,依然可以查询到数据。 - 该问题通常可能是:1)delete 命令中指定的 Partition 不对,不包含对应的删除条件的数据。2)where 后面的条件格式不正确。如删除整型时,条件值添加了引号;或删除日期数据时,没有添加引号等。 \ No newline at end of file + 该问题通常可能是:1)delete 命令中指定的 Partition 不对,不包含对应的删除条件的数据。2)where 后面的条件格式不正确。如删除整型时,条件值添加了引号;或删除日期数据时,没有添加引号等。 --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org