diff --git a/README.md b/README.md index 1b73bafb1e..1da8324e18 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,22 @@ + + # Apache Doris (incubating) [![Join the chat at https://gitter.im/apache-doris/Lobby](https://badges.gitter.im/apache-doris/Lobby.svg)](https://gitter.im/apache-doris/Lobby?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge) diff --git a/docker/README.md b/docker/README.md index 5025505382..5798130ec0 100644 --- a/docker/README.md +++ b/docker/README.md @@ -1,3 +1,22 @@ + + ## Doris Develop Environment based on docker ### Preparation diff --git a/docs/documentation/cn/administrator-guide/alter-table/alter-table-rollup.md b/docs/documentation/cn/administrator-guide/alter-table/alter-table-rollup.md index 08a4abe356..ef377d8e27 100644 --- a/docs/documentation/cn/administrator-guide/alter-table/alter-table-rollup.md +++ b/docs/documentation/cn/administrator-guide/alter-table/alter-table-rollup.md @@ -1,3 +1,22 @@ + + # Rollup 用户可以通过创建上卷表(Rollup)加速查询。关于 Rollup 的概念和使用方式可以参阅 [数据模型、ROLLUP 及前缀索引](../../getting-started/data-model-rollup.md) 和 [Rollup 与查询](../../getting-started/hit-the-rollup.md) 两篇文档。 diff --git a/docs/documentation/cn/administrator-guide/alter-table/alter-table-schema-change.md b/docs/documentation/cn/administrator-guide/alter-table/alter-table-schema-change.md index bffabfccd4..5e984339af 100644 --- a/docs/documentation/cn/administrator-guide/alter-table/alter-table-schema-change.md +++ b/docs/documentation/cn/administrator-guide/alter-table/alter-table-schema-change.md @@ -1,3 +1,22 @@ + + # Scheam Change 用户可以通过 Scheam Change 操作来修改已存在表的 Schema。目前 Doris 支持以下几种修改: diff --git a/docs/documentation/cn/administrator-guide/backup-restore.md b/docs/documentation/cn/administrator-guide/backup-restore.md index 2db2c70537..ff5c262957 100644 --- a/docs/documentation/cn/administrator-guide/backup-restore.md +++ b/docs/documentation/cn/administrator-guide/backup-restore.md @@ -1,3 +1,22 @@ + + # 备份与恢复 Doris 支持将当前数据以文件的形式,通过 broker 备份到远端存储系统中。之后可以通过 恢复 命令,从远端存储系统中将数据恢复到任意 Doris 集群。通过这个功能,Doris 可以支持将数据定期的进行快照备份。也可以通过这个功能,在不同集群间进行数据迁移。 diff --git a/docs/documentation/cn/administrator-guide/broker.md b/docs/documentation/cn/administrator-guide/broker.md index 88c7f816d7..d86074d82d 100644 --- a/docs/documentation/cn/administrator-guide/broker.md +++ b/docs/documentation/cn/administrator-guide/broker.md @@ -1,3 +1,22 @@ + + # Broker Broker 是 Doris 集群中一种可选进程,主要用于支持 Doris 读写远端存储上的文件和目录,如 HDFS、BOS 和 AFS 等。 diff --git a/docs/documentation/cn/administrator-guide/colocation-join.md b/docs/documentation/cn/administrator-guide/colocation-join.md index ee179776c3..463f6b5b80 100644 --- a/docs/documentation/cn/administrator-guide/colocation-join.md +++ b/docs/documentation/cn/administrator-guide/colocation-join.md @@ -1,3 +1,22 @@ + + # Colocation Join Colocation Join 是在 Doris 0.9 版本中引入的新功能。旨在为某些 Join 查询提供本地性优化,来减少数据在节点间的传输耗时,加速查询。 diff --git a/docs/documentation/cn/administrator-guide/config/fe_config.md b/docs/documentation/cn/administrator-guide/config/fe_config.md index c534c04739..071bdb86a2 100644 --- a/docs/documentation/cn/administrator-guide/config/fe_config.md +++ b/docs/documentation/cn/administrator-guide/config/fe_config.md @@ -1,3 +1,22 @@ + + # 基本配置 ## brpc_max_body_size diff --git a/docs/documentation/cn/administrator-guide/export-manual.md b/docs/documentation/cn/administrator-guide/export-manual.md index 6e6df3b275..7af73acfdf 100644 --- a/docs/documentation/cn/administrator-guide/export-manual.md +++ b/docs/documentation/cn/administrator-guide/export-manual.md @@ -1,3 +1,22 @@ + + # 数据导出 数据导出(Export)是 Doris 提供的一种将数据导出的功能。该功能可以将用户指定的表或分区的数据,以文本的格式,通过 Broker 进程导出到远端存储上,如 HDFS/BOS 等。 diff --git a/docs/documentation/cn/administrator-guide/http-actions/cancel-label.md b/docs/documentation/cn/administrator-guide/http-actions/cancel-label.md index c94a0aa232..29a904689a 100644 --- a/docs/documentation/cn/administrator-guide/http-actions/cancel-label.md +++ b/docs/documentation/cn/administrator-guide/http-actions/cancel-label.md @@ -1,3 +1,22 @@ + + # CANCEL LABEL ## description NAME: diff --git a/docs/documentation/cn/administrator-guide/http-actions/fe-get-log-file.md b/docs/documentation/cn/administrator-guide/http-actions/fe-get-log-file.md index cf77629e3e..20ba4acfaa 100644 --- a/docs/documentation/cn/administrator-guide/http-actions/fe-get-log-file.md +++ b/docs/documentation/cn/administrator-guide/http-actions/fe-get-log-file.md @@ -1,3 +1,22 @@ + + # get\_log\_file 用户可以通过该 HTTP 接口获取 FE 的日志文件。 diff --git a/docs/documentation/cn/administrator-guide/http-actions/get-label-state.md b/docs/documentation/cn/administrator-guide/http-actions/get-label-state.md index 069a86dc7b..7d6d0b7eee 100644 --- a/docs/documentation/cn/administrator-guide/http-actions/get-label-state.md +++ b/docs/documentation/cn/administrator-guide/http-actions/get-label-state.md @@ -1,3 +1,22 @@ + + # GET LABEL STATE ## description NAME: diff --git a/docs/documentation/cn/administrator-guide/http-actions/restore-tablet.md b/docs/documentation/cn/administrator-guide/http-actions/restore-tablet.md index 5cbcfaa49d..8175625240 100644 --- a/docs/documentation/cn/administrator-guide/http-actions/restore-tablet.md +++ b/docs/documentation/cn/administrator-guide/http-actions/restore-tablet.md @@ -1,3 +1,22 @@ + + # RESTORE TABLET ## description diff --git a/docs/documentation/cn/administrator-guide/load-data/broker-load-manual.md b/docs/documentation/cn/administrator-guide/load-data/broker-load-manual.md index fe1257917d..7bdb821b09 100644 --- a/docs/documentation/cn/administrator-guide/load-data/broker-load-manual.md +++ b/docs/documentation/cn/administrator-guide/load-data/broker-load-manual.md @@ -1,3 +1,22 @@ + + # Broker Load Broker load 是一个异步的导入方式,支持的数据源取决于 Broker 进程支持的数据源。 diff --git a/docs/documentation/cn/administrator-guide/load-data/insert-into-manual.md b/docs/documentation/cn/administrator-guide/load-data/insert-into-manual.md index ca1a30c80a..d2d12e70bb 100644 --- a/docs/documentation/cn/administrator-guide/load-data/insert-into-manual.md +++ b/docs/documentation/cn/administrator-guide/load-data/insert-into-manual.md @@ -1,3 +1,22 @@ + + # Insert Into Insert Into 语句的使用方式和 MySQL 等数据库中 Insert Into 语句的使用方式类似。但在 Doris 中,所有的数据写入都是一个独立的导入作业。所以这里将 Insert Into 也作为一种导入方式介绍。 diff --git a/docs/documentation/cn/administrator-guide/load-data/load-manual.md b/docs/documentation/cn/administrator-guide/load-data/load-manual.md index a2f8fc3e56..7354467780 100644 --- a/docs/documentation/cn/administrator-guide/load-data/load-manual.md +++ b/docs/documentation/cn/administrator-guide/load-data/load-manual.md @@ -1,3 +1,22 @@ + + # 导入总览 导入(Load)功能就是将用户的原始数据导入到 Doris 中。导入成功后,用户即可通过 Mysql 客户端查询数据。 diff --git a/docs/documentation/cn/administrator-guide/load-data/routine-load-manual.md b/docs/documentation/cn/administrator-guide/load-data/routine-load-manual.md index 0e8a69d2ff..1f69874c14 100644 --- a/docs/documentation/cn/administrator-guide/load-data/routine-load-manual.md +++ b/docs/documentation/cn/administrator-guide/load-data/routine-load-manual.md @@ -1,3 +1,22 @@ + + # Routine Load 例行导入(Routine Load)功能为用户提供了一种自动从指定数据源进行数据导入的功能。 diff --git a/docs/documentation/cn/administrator-guide/load-data/stream-load-manual.md b/docs/documentation/cn/administrator-guide/load-data/stream-load-manual.md index 9dad1f4839..91a4df57de 100644 --- a/docs/documentation/cn/administrator-guide/load-data/stream-load-manual.md +++ b/docs/documentation/cn/administrator-guide/load-data/stream-load-manual.md @@ -1,3 +1,22 @@ + + # Stream load Stream load 是一个同步的导入方式,用户通过发送 HTTP 协议发送请求将本地文件或数据流导入到 Doris 中。Stream load 同步执行导入并返回导入结果。用户可直接通过请求的返回体判断本次导入是否成功。 diff --git a/docs/documentation/cn/administrator-guide/operation/disk-capacity.md b/docs/documentation/cn/administrator-guide/operation/disk-capacity.md index 502305fd71..8c9746fd97 100644 --- a/docs/documentation/cn/administrator-guide/operation/disk-capacity.md +++ b/docs/documentation/cn/administrator-guide/operation/disk-capacity.md @@ -1,3 +1,22 @@ + + # 磁盘空间管理 本文档主要介绍和磁盘存储空间有关的系统参数和处理策略。 diff --git a/docs/documentation/cn/administrator-guide/operation/metadata-operation.md b/docs/documentation/cn/administrator-guide/operation/metadata-operation.md index 6f1c819555..f4e8dbc898 100644 --- a/docs/documentation/cn/administrator-guide/operation/metadata-operation.md +++ b/docs/documentation/cn/administrator-guide/operation/metadata-operation.md @@ -1,3 +1,22 @@ + + # 元数据运维 本文档主要介绍在实际生产环境中,如何对 Doris 的元数据进行管理。包括 FE 节点建议的部署方式、一些常用的操作方法、以及常见错误的解决方法。 diff --git a/docs/documentation/cn/administrator-guide/operation/monitor-alert.md b/docs/documentation/cn/administrator-guide/operation/monitor-alert.md index f5e1abcc50..5a97000e0c 100644 --- a/docs/documentation/cn/administrator-guide/operation/monitor-alert.md +++ b/docs/documentation/cn/administrator-guide/operation/monitor-alert.md @@ -1,3 +1,22 @@ + + # 监控和报警 本文档主要介绍 Doris 的监控项及如何采集、展示监控项。以及如何配置报警(TODO) diff --git a/docs/documentation/cn/administrator-guide/operation/multi-tenant.md b/docs/documentation/cn/administrator-guide/operation/multi-tenant.md index 739eb24c41..e00dcc6c6e 100644 --- a/docs/documentation/cn/administrator-guide/operation/multi-tenant.md +++ b/docs/documentation/cn/administrator-guide/operation/multi-tenant.md @@ -1,3 +1,22 @@ + + # 多租户(Experimental) 该功能为实验性质,暂不建议在生产环境使用。 diff --git a/docs/documentation/cn/administrator-guide/operation/tablet-meta-tool.md b/docs/documentation/cn/administrator-guide/operation/tablet-meta-tool.md index 0f03c2894d..0f1de88520 100644 --- a/docs/documentation/cn/administrator-guide/operation/tablet-meta-tool.md +++ b/docs/documentation/cn/administrator-guide/operation/tablet-meta-tool.md @@ -1,3 +1,22 @@ + + # Tablet 元数据管理工具 ## 背景 diff --git a/docs/documentation/cn/administrator-guide/operation/tablet-repair-and-balance.md b/docs/documentation/cn/administrator-guide/operation/tablet-repair-and-balance.md index 5eba61012a..1c47845815 100644 --- a/docs/documentation/cn/administrator-guide/operation/tablet-repair-and-balance.md +++ b/docs/documentation/cn/administrator-guide/operation/tablet-repair-and-balance.md @@ -1,3 +1,22 @@ + + # 数据副本管理 从 0.9.0 版本开始,Doris 引入了优化后的副本管理策略,同时支持了更为丰富的副本状态查看工具。本文档主要介绍 Doris 数据副本均衡、修复方面的调度策略,以及副本管理的运维方法。帮助用户更方便的掌握和管理集群中的副本状态。 diff --git a/docs/documentation/cn/administrator-guide/operation/tablet-restore-tool.md b/docs/documentation/cn/administrator-guide/operation/tablet-restore-tool.md index 0aae09f423..30a6caf723 100644 --- a/docs/documentation/cn/administrator-guide/operation/tablet-restore-tool.md +++ b/docs/documentation/cn/administrator-guide/operation/tablet-restore-tool.md @@ -1,3 +1,22 @@ + + # BE Tablet数据恢复工具 ## 背景 diff --git a/docs/documentation/cn/administrator-guide/privilege.md b/docs/documentation/cn/administrator-guide/privilege.md index 33eaebaf19..040c199560 100644 --- a/docs/documentation/cn/administrator-guide/privilege.md +++ b/docs/documentation/cn/administrator-guide/privilege.md @@ -1,3 +1,22 @@ + + # 权限管理 Doris 新的权限管理系统参照了 Mysql 的权限管理机制,做到了表级别细粒度的权限控制,基于角色的权限访问控制,并且支持白名单机制。 diff --git a/docs/documentation/cn/administrator-guide/small-file-mgr.md b/docs/documentation/cn/administrator-guide/small-file-mgr.md index ed1094ade7..568f12b9fe 100644 --- a/docs/documentation/cn/administrator-guide/small-file-mgr.md +++ b/docs/documentation/cn/administrator-guide/small-file-mgr.md @@ -1,3 +1,22 @@ + + # 文件管理器 Doris 中的一些功能需要使用一些用户自定义的文件。比如用于访问外部数据源的公钥、密钥文件、证书文件等等。文件管理器提供这样一个功能,能够让用户预先上传这些文件并保存在 Doris 系统中,然后可以在其他命令中引用或访问。 diff --git a/docs/documentation/cn/administrator-guide/sql-mode.md b/docs/documentation/cn/administrator-guide/sql-mode.md index 567f55213e..948ce96687 100644 --- a/docs/documentation/cn/administrator-guide/sql-mode.md +++ b/docs/documentation/cn/administrator-guide/sql-mode.md @@ -1,17 +1,40 @@ + + # SQL MODE + Doris新支持的sql mode参照了 Mysql 的sql mode管理机制,每个客户端都能设置自己的sql mode,拥有Admin权限的数据库管理员可以设置全局sql mode。 -##sql mode 介绍 +## sql mode 介绍 + sql mode使用户能在不同风格的sql语法和数据校验严格度间做切换,使Doris对其他数据库有更好的兼容性。例如在一些数据库里,'||'符号是一个字符串连接符,但在Doris里却是与'or'等价的,这时用户只需要使用sql mode切换到自己想要的风格。每个客户端都能设置sql mode,并在当前对话中有效,只有拥有Admin权限的用户可以设置全局sql mode。 -##原理 +## 原理 + sql mode用一个64位的Long型存储在SessionVariables中,这个地址的每一位都代表一个mode的开启/禁用(1表示开启,0表示禁用)状态,只要知道每一种mode具体是在哪一位,我们就可以通过位运算方便快速的对sql mode进行校验和操作。 每一次对sql mode的查询,都会对此Long型进行一次解析,变成用户可读的字符串形式,同理,用户发送给服务器的sql mode字符串,会被解析成能够存储在SessionVariables中的Long型。 已被设置好的全局sql mode会被持久化,因此对全局sql mode的操作总是只需一次,即使程序重启后仍可以恢复上一次的全局sql mode。 -##操作方式 +## 操作方式 + 1、设置sql mode ``` @@ -35,8 +58,10 @@ show global variables show session variables ``` -##已支持mode +## 已支持mode + (后续补充) -##复合mode +## 复合mode + (后续补充) \ No newline at end of file diff --git a/docs/documentation/cn/administrator-guide/time-zone.md b/docs/documentation/cn/administrator-guide/time-zone.md index 2a6d727a96..dbf6a729c0 100644 --- a/docs/documentation/cn/administrator-guide/time-zone.md +++ b/docs/documentation/cn/administrator-guide/time-zone.md @@ -1,3 +1,22 @@ + + # 时区 Doris 支持多时区设置 diff --git a/docs/documentation/cn/community/gitter.md b/docs/documentation/cn/community/gitter.md index 6f991a76ec..db8540cd17 100644 --- a/docs/documentation/cn/community/gitter.md +++ b/docs/documentation/cn/community/gitter.md @@ -1,3 +1,22 @@ + + # Gitter 使用指南 ## Gitter 简介 diff --git a/docs/documentation/cn/community/how-to-contribute.md b/docs/documentation/cn/community/how-to-contribute.md index 5999843d68..b5e6dc6880 100644 --- a/docs/documentation/cn/community/how-to-contribute.md +++ b/docs/documentation/cn/community/how-to-contribute.md @@ -1,3 +1,22 @@ + + # 为 Doris 做贡献 非常感谢您对 Doris 项目感兴趣,我们非常欢迎您对 Doris 项目的各种建议、意见(包括批评)、评论和贡献。 diff --git a/docs/documentation/cn/community/members.md b/docs/documentation/cn/community/members.md index 106b1a5433..52d8aafd3e 100644 --- a/docs/documentation/cn/community/members.md +++ b/docs/documentation/cn/community/members.md @@ -1,3 +1,22 @@ + + # PMC Members & Committer ## Mentors (3) diff --git a/docs/documentation/cn/community/pull-request.md b/docs/documentation/cn/community/pull-request.md index 56d5b7b70a..eb4cc7387a 100644 --- a/docs/documentation/cn/community/pull-request.md +++ b/docs/documentation/cn/community/pull-request.md @@ -1,3 +1,22 @@ + + # 代码提交指南 在 [Github](https://github.com/apache/incubator-doris) 上面可以很方便地提交 [Pull Request (PR)](https://help.github.com/articles/about-pull-requests/),下面介绍 Doris 项目的 PR 方法。 diff --git a/docs/documentation/cn/community/release-process.md b/docs/documentation/cn/community/release-process.md index e5d1adb4c2..39db1800cd 100644 --- a/docs/documentation/cn/community/release-process.md +++ b/docs/documentation/cn/community/release-process.md @@ -1,3 +1,22 @@ + + # Apache Doris 发布流程 Apache 的发布必须至少是 IPMC 成员,拥有 apache 邮箱的commiter,这个角色叫做 release manager。 diff --git a/docs/documentation/cn/community/subscribe-mail-list.md b/docs/documentation/cn/community/subscribe-mail-list.md index 9f56cd0611..8362316301 100644 --- a/docs/documentation/cn/community/subscribe-mail-list.md +++ b/docs/documentation/cn/community/subscribe-mail-list.md @@ -1,3 +1,22 @@ + + # 订阅邮件列表 邮件列表(Mail List)是 Apache 社区最被认可的交流方式。一般来说,开源社区的提问与解答、技术讨论、事务决策等都通过邮件列表来承载。邮件列表异步、广播的特性,也非常适合开源社区的沟通交流。那么,如何订阅 Apache Doris (incubating) 的邮件列表呢?主要包括以下五个步骤。 diff --git a/docs/documentation/cn/community/verify-apache-release.md b/docs/documentation/cn/community/verify-apache-release.md index 28b44226c0..a92fd8d1e2 100644 --- a/docs/documentation/cn/community/verify-apache-release.md +++ b/docs/documentation/cn/community/verify-apache-release.md @@ -1,3 +1,22 @@ + + # Verify Apache Release To verify the release, following checklist can used to reference: diff --git a/docs/documentation/cn/developer-guide/debug-tool.md b/docs/documentation/cn/developer-guide/debug-tool.md index 5be5582975..b0f44f7c63 100644 --- a/docs/documentation/cn/developer-guide/debug-tool.md +++ b/docs/documentation/cn/developer-guide/debug-tool.md @@ -1,3 +1,22 @@ + + # 调试工具 在Doris的使用、开发过程中,经常会遇到需要对Doris进行调试的场景,这里介绍一些常用的调试工具。 diff --git a/docs/documentation/cn/extending-doris/doris-on-es.md b/docs/documentation/cn/extending-doris/doris-on-es.md index c3d3b30162..7a41c979c0 100644 --- a/docs/documentation/cn/extending-doris/doris-on-es.md +++ b/docs/documentation/cn/extending-doris/doris-on-es.md @@ -1,3 +1,22 @@ + + # Doris On ES Doris-On-ES将Doris的分布式查询规划能力和ES(Elasticsearch)的全文检索能力相结合,提供更完善的OLAP分析场景解决方案: diff --git a/docs/documentation/cn/extending-doris/user-defined-function.md b/docs/documentation/cn/extending-doris/user-defined-function.md index e231cab590..654f716df4 100644 --- a/docs/documentation/cn/extending-doris/user-defined-function.md +++ b/docs/documentation/cn/extending-doris/user-defined-function.md @@ -1,3 +1,22 @@ + + # User Define Function 用户可以通过UDF机制来扩展Doris的能力。通过这篇文档,用户能够创建自己的UDF。 diff --git a/docs/documentation/cn/getting-started/advance-usage.md b/docs/documentation/cn/getting-started/advance-usage.md index a6aa25b082..e02b9de920 100644 --- a/docs/documentation/cn/getting-started/advance-usage.md +++ b/docs/documentation/cn/getting-started/advance-usage.md @@ -1,3 +1,22 @@ + + # 高级使用指南 这里我们介绍 Doris 的一些高级特性。 diff --git a/docs/documentation/cn/getting-started/basic-usage.md b/docs/documentation/cn/getting-started/basic-usage.md index a01bf2cd09..de83c4b07e 100644 --- a/docs/documentation/cn/getting-started/basic-usage.md +++ b/docs/documentation/cn/getting-started/basic-usage.md @@ -1,3 +1,21 @@ + # 基础使用指南 diff --git a/docs/documentation/cn/getting-started/best-practice.md b/docs/documentation/cn/getting-started/best-practice.md index c8e6781f9c..96f624e34d 100644 --- a/docs/documentation/cn/getting-started/best-practice.md +++ b/docs/documentation/cn/getting-started/best-practice.md @@ -1,3 +1,22 @@ + + # 最佳实践 ## 1 建表 diff --git a/docs/documentation/cn/getting-started/data-model-rollup.md b/docs/documentation/cn/getting-started/data-model-rollup.md index 996fec32dd..6620393818 100644 --- a/docs/documentation/cn/getting-started/data-model-rollup.md +++ b/docs/documentation/cn/getting-started/data-model-rollup.md @@ -1,3 +1,22 @@ + + # 数据模型、ROLLUP 及前缀索引 本文档主要从逻辑层面,描述 Doris 的数据模型、 ROLLUP 以及前缀索引的概念,以帮助用户更好的使用 Doris 应对不同的业务场景。 diff --git a/docs/documentation/cn/getting-started/data-partition.md b/docs/documentation/cn/getting-started/data-partition.md index 293e2b9377..443c228979 100644 --- a/docs/documentation/cn/getting-started/data-partition.md +++ b/docs/documentation/cn/getting-started/data-partition.md @@ -1,3 +1,22 @@ + + # 数据划分 本文档主要介绍 Doris 的建表和数据划分,以及建表操作中可能遇到的问题和解决方法。 diff --git a/docs/documentation/cn/getting-started/hit-the-rollup.md b/docs/documentation/cn/getting-started/hit-the-rollup.md index 6ef2519c48..211e597577 100644 --- a/docs/documentation/cn/getting-started/hit-the-rollup.md +++ b/docs/documentation/cn/getting-started/hit-the-rollup.md @@ -1,3 +1,22 @@ + + # Rollup 与查询 在 Doris 里 Rollup 作为一份聚合物化视图,其在查询中可以起到两个作用: diff --git a/docs/documentation/cn/installing/compilation.md b/docs/documentation/cn/installing/compilation.md index a8c0a189bb..13e6e8d35e 100644 --- a/docs/documentation/cn/installing/compilation.md +++ b/docs/documentation/cn/installing/compilation.md @@ -1,3 +1,22 @@ + + # 编译 本文档主要介绍如何通过源码编译 Doris。 diff --git a/docs/documentation/cn/installing/install-deploy.md b/docs/documentation/cn/installing/install-deploy.md index 657a808e77..87d7094cca 100644 --- a/docs/documentation/cn/installing/install-deploy.md +++ b/docs/documentation/cn/installing/install-deploy.md @@ -1,3 +1,22 @@ + + # 安装与部署 该文档主要介绍了部署 Doris 所需软硬件环境、建议的部署方式、集群扩容缩容,以及集群搭建到运行过程中的常见问题。 diff --git a/docs/documentation/cn/installing/upgrade.md b/docs/documentation/cn/installing/upgrade.md index 44456c11e1..50351c85a8 100644 --- a/docs/documentation/cn/installing/upgrade.md +++ b/docs/documentation/cn/installing/upgrade.md @@ -1,3 +1,22 @@ + + # 集群升级 Doris 可以通过滚动升级的方式,平滑进行升级。建议按照以下步骤进行安全升级。 diff --git a/docs/documentation/cn/internal/doris_storage_optimization.md b/docs/documentation/cn/internal/doris_storage_optimization.md index ab34b206aa..95a9db90aa 100644 --- a/docs/documentation/cn/internal/doris_storage_optimization.md +++ b/docs/documentation/cn/internal/doris_storage_optimization.md @@ -1,3 +1,22 @@ + + # Doris存储文件格式优化 # ## 文件格式 ## diff --git a/docs/documentation/cn/internal/metadata-design.md b/docs/documentation/cn/internal/metadata-design.md index d42d495385..a6a9f7e115 100644 --- a/docs/documentation/cn/internal/metadata-design.md +++ b/docs/documentation/cn/internal/metadata-design.md @@ -1,3 +1,22 @@ + + # 元数据设计文档 ## 名词解释 diff --git a/docs/documentation/cn/sql-reference/sql-functions/aggregate-functions/avg.md b/docs/documentation/cn/sql-reference/sql-functions/aggregate-functions/avg.md index 6b04d6c09b..cc52287fe3 100644 --- a/docs/documentation/cn/sql-reference/sql-functions/aggregate-functions/avg.md +++ b/docs/documentation/cn/sql-reference/sql-functions/aggregate-functions/avg.md @@ -1,3 +1,22 @@ + + # AVG ## description ### Syntax diff --git a/docs/documentation/cn/sql-reference/sql-functions/aggregate-functions/bitmap.md b/docs/documentation/cn/sql-reference/sql-functions/aggregate-functions/bitmap.md index 482ac683a7..f5a916d1c7 100644 --- a/docs/documentation/cn/sql-reference/sql-functions/aggregate-functions/bitmap.md +++ b/docs/documentation/cn/sql-reference/sql-functions/aggregate-functions/bitmap.md @@ -1,3 +1,22 @@ + + #BITMAP ## description diff --git a/docs/documentation/cn/sql-reference/sql-functions/aggregate-functions/count.md b/docs/documentation/cn/sql-reference/sql-functions/aggregate-functions/count.md index b8bdef43a5..0b225c6758 100755 --- a/docs/documentation/cn/sql-reference/sql-functions/aggregate-functions/count.md +++ b/docs/documentation/cn/sql-reference/sql-functions/aggregate-functions/count.md @@ -1,3 +1,22 @@ + + # COUNT ## description ### Syntax diff --git a/docs/documentation/cn/sql-reference/sql-functions/aggregate-functions/count_distinct.md b/docs/documentation/cn/sql-reference/sql-functions/aggregate-functions/count_distinct.md index a5d21e604b..7c889d409a 100755 --- a/docs/documentation/cn/sql-reference/sql-functions/aggregate-functions/count_distinct.md +++ b/docs/documentation/cn/sql-reference/sql-functions/aggregate-functions/count_distinct.md @@ -1,3 +1,22 @@ + + # COUNT_DISTINCT ## description ### Syntax diff --git a/docs/documentation/cn/sql-reference/sql-functions/aggregate-functions/hll_union_agg.md b/docs/documentation/cn/sql-reference/sql-functions/aggregate-functions/hll_union_agg.md index 6d3b1ebdda..3c44e48195 100644 --- a/docs/documentation/cn/sql-reference/sql-functions/aggregate-functions/hll_union_agg.md +++ b/docs/documentation/cn/sql-reference/sql-functions/aggregate-functions/hll_union_agg.md @@ -1,3 +1,22 @@ + + # HLL_UNION_AGG ## description ### Syntax diff --git a/docs/documentation/cn/sql-reference/sql-functions/aggregate-functions/max.md b/docs/documentation/cn/sql-reference/sql-functions/aggregate-functions/max.md index fe4ecdadc6..76868b927f 100755 --- a/docs/documentation/cn/sql-reference/sql-functions/aggregate-functions/max.md +++ b/docs/documentation/cn/sql-reference/sql-functions/aggregate-functions/max.md @@ -1,3 +1,22 @@ + + # MAX ## description ### Syntax diff --git a/docs/documentation/cn/sql-reference/sql-functions/aggregate-functions/min.md b/docs/documentation/cn/sql-reference/sql-functions/aggregate-functions/min.md index 3a6ce810f9..112496f987 100755 --- a/docs/documentation/cn/sql-reference/sql-functions/aggregate-functions/min.md +++ b/docs/documentation/cn/sql-reference/sql-functions/aggregate-functions/min.md @@ -1,3 +1,22 @@ + + # MIN ## description ### Syntax diff --git a/docs/documentation/cn/sql-reference/sql-functions/aggregate-functions/ndv.md b/docs/documentation/cn/sql-reference/sql-functions/aggregate-functions/ndv.md index 01a46f5b9a..d8b7e7fbd5 100644 --- a/docs/documentation/cn/sql-reference/sql-functions/aggregate-functions/ndv.md +++ b/docs/documentation/cn/sql-reference/sql-functions/aggregate-functions/ndv.md @@ -1,3 +1,22 @@ + + # NDV ## description ### Syntax diff --git a/docs/documentation/cn/sql-reference/sql-functions/aggregate-functions/percentile_approx.md b/docs/documentation/cn/sql-reference/sql-functions/aggregate-functions/percentile_approx.md index 72def25c83..640354092d 100755 --- a/docs/documentation/cn/sql-reference/sql-functions/aggregate-functions/percentile_approx.md +++ b/docs/documentation/cn/sql-reference/sql-functions/aggregate-functions/percentile_approx.md @@ -1,3 +1,22 @@ + + # PERCENTILE_APPROX ## description ### Syntax diff --git a/docs/documentation/cn/sql-reference/sql-functions/aggregate-functions/stddev.md b/docs/documentation/cn/sql-reference/sql-functions/aggregate-functions/stddev.md index 3a84758a27..40e9f7f7c2 100755 --- a/docs/documentation/cn/sql-reference/sql-functions/aggregate-functions/stddev.md +++ b/docs/documentation/cn/sql-reference/sql-functions/aggregate-functions/stddev.md @@ -1,3 +1,22 @@ + + # STDDEV,STDDEV_POP ## description ### Syntax diff --git a/docs/documentation/cn/sql-reference/sql-functions/aggregate-functions/stddev_samp.md b/docs/documentation/cn/sql-reference/sql-functions/aggregate-functions/stddev_samp.md index 2af5308e97..6a0fc1c29e 100755 --- a/docs/documentation/cn/sql-reference/sql-functions/aggregate-functions/stddev_samp.md +++ b/docs/documentation/cn/sql-reference/sql-functions/aggregate-functions/stddev_samp.md @@ -1,3 +1,22 @@ + + # STDDEV_SAMP ## description ### Syntax diff --git a/docs/documentation/cn/sql-reference/sql-functions/aggregate-functions/sum.md b/docs/documentation/cn/sql-reference/sql-functions/aggregate-functions/sum.md index 4d0959af1d..845f7da397 100755 --- a/docs/documentation/cn/sql-reference/sql-functions/aggregate-functions/sum.md +++ b/docs/documentation/cn/sql-reference/sql-functions/aggregate-functions/sum.md @@ -1,3 +1,22 @@ + + # SUM ## description ### Syntax diff --git a/docs/documentation/cn/sql-reference/sql-functions/aggregate-functions/var_samp.md b/docs/documentation/cn/sql-reference/sql-functions/aggregate-functions/var_samp.md index ac105c257f..664352ddd6 100755 --- a/docs/documentation/cn/sql-reference/sql-functions/aggregate-functions/var_samp.md +++ b/docs/documentation/cn/sql-reference/sql-functions/aggregate-functions/var_samp.md @@ -1,3 +1,22 @@ + + # VAR_SAMP,VARIANCE_SAMP ## description ### Syntax diff --git a/docs/documentation/cn/sql-reference/sql-functions/aggregate-functions/variance.md b/docs/documentation/cn/sql-reference/sql-functions/aggregate-functions/variance.md index 20c3a6fa15..7b6f6b0a51 100755 --- a/docs/documentation/cn/sql-reference/sql-functions/aggregate-functions/variance.md +++ b/docs/documentation/cn/sql-reference/sql-functions/aggregate-functions/variance.md @@ -1,3 +1,22 @@ + + # VARIANCE,VAR_POP,VARIANCE_POP ## description ### Syntax diff --git a/docs/documentation/cn/sql-reference/sql-functions/cast.md b/docs/documentation/cn/sql-reference/sql-functions/cast.md index 9b08ba6ea6..dbf2d68ec4 100644 --- a/docs/documentation/cn/sql-reference/sql-functions/cast.md +++ b/docs/documentation/cn/sql-reference/sql-functions/cast.md @@ -1,3 +1,22 @@ + + # CAST ## description ### Syntax diff --git a/docs/documentation/cn/sql-reference/sql-functions/date-time-functions/convert_tz.md b/docs/documentation/cn/sql-reference/sql-functions/date-time-functions/convert_tz.md index 39ead9a0ef..08cf7b74ab 100644 --- a/docs/documentation/cn/sql-reference/sql-functions/date-time-functions/convert_tz.md +++ b/docs/documentation/cn/sql-reference/sql-functions/date-time-functions/convert_tz.md @@ -1,3 +1,22 @@ + + # convert_tz ## Syntax diff --git a/docs/documentation/cn/sql-reference/sql-functions/date-time-functions/current_timestamp.md b/docs/documentation/cn/sql-reference/sql-functions/date-time-functions/current_timestamp.md index d2a810f08b..f07b00711f 100644 --- a/docs/documentation/cn/sql-reference/sql-functions/date-time-functions/current_timestamp.md +++ b/docs/documentation/cn/sql-reference/sql-functions/date-time-functions/current_timestamp.md @@ -1,3 +1,22 @@ + + # current_timestamp ## description ### Syntax diff --git a/docs/documentation/cn/sql-reference/sql-functions/date-time-functions/curtime.md b/docs/documentation/cn/sql-reference/sql-functions/date-time-functions/curtime.md index 883e985fd5..3632abf2cf 100644 --- a/docs/documentation/cn/sql-reference/sql-functions/date-time-functions/curtime.md +++ b/docs/documentation/cn/sql-reference/sql-functions/date-time-functions/curtime.md @@ -1,3 +1,22 @@ + + # curtime,current_time ## Syntax diff --git a/docs/documentation/cn/sql-reference/sql-functions/date-time-functions/date_add.md b/docs/documentation/cn/sql-reference/sql-functions/date-time-functions/date_add.md index e19f3072ec..2fe7ce5149 100644 --- a/docs/documentation/cn/sql-reference/sql-functions/date-time-functions/date_add.md +++ b/docs/documentation/cn/sql-reference/sql-functions/date-time-functions/date_add.md @@ -1,3 +1,22 @@ + + # date_add ## description ### Syntax diff --git a/docs/documentation/cn/sql-reference/sql-functions/date-time-functions/date_format.md b/docs/documentation/cn/sql-reference/sql-functions/date-time-functions/date_format.md index c43b738136..b99c575aaf 100644 --- a/docs/documentation/cn/sql-reference/sql-functions/date-time-functions/date_format.md +++ b/docs/documentation/cn/sql-reference/sql-functions/date-time-functions/date_format.md @@ -1,3 +1,22 @@ + + # date_format ## description ### Syntax diff --git a/docs/documentation/cn/sql-reference/sql-functions/date-time-functions/date_sub.md b/docs/documentation/cn/sql-reference/sql-functions/date-time-functions/date_sub.md index 0fbb7d6efa..b7440cd750 100644 --- a/docs/documentation/cn/sql-reference/sql-functions/date-time-functions/date_sub.md +++ b/docs/documentation/cn/sql-reference/sql-functions/date-time-functions/date_sub.md @@ -1,3 +1,22 @@ + + # date_sub ## description ### Syntax diff --git a/docs/documentation/cn/sql-reference/sql-functions/date-time-functions/datediff.md b/docs/documentation/cn/sql-reference/sql-functions/date-time-functions/datediff.md index 67a8fedeba..fbd6fd1844 100644 --- a/docs/documentation/cn/sql-reference/sql-functions/date-time-functions/datediff.md +++ b/docs/documentation/cn/sql-reference/sql-functions/date-time-functions/datediff.md @@ -1,3 +1,22 @@ + + # datediff ## description ### Syntax diff --git a/docs/documentation/cn/sql-reference/sql-functions/date-time-functions/day.md b/docs/documentation/cn/sql-reference/sql-functions/date-time-functions/day.md index cd926a4287..2da13c83c4 100644 --- a/docs/documentation/cn/sql-reference/sql-functions/date-time-functions/day.md +++ b/docs/documentation/cn/sql-reference/sql-functions/date-time-functions/day.md @@ -1,3 +1,22 @@ + + # day ## description ### Syntax diff --git a/docs/documentation/cn/sql-reference/sql-functions/date-time-functions/dayname.md b/docs/documentation/cn/sql-reference/sql-functions/date-time-functions/dayname.md index d04bb650b2..e503a473e9 100644 --- a/docs/documentation/cn/sql-reference/sql-functions/date-time-functions/dayname.md +++ b/docs/documentation/cn/sql-reference/sql-functions/date-time-functions/dayname.md @@ -1,3 +1,22 @@ + + # dayname ## description ### Syntax diff --git a/docs/documentation/cn/sql-reference/sql-functions/date-time-functions/dayofmonth.md b/docs/documentation/cn/sql-reference/sql-functions/date-time-functions/dayofmonth.md index 78b53084d3..212b04cbef 100644 --- a/docs/documentation/cn/sql-reference/sql-functions/date-time-functions/dayofmonth.md +++ b/docs/documentation/cn/sql-reference/sql-functions/date-time-functions/dayofmonth.md @@ -1,3 +1,22 @@ + + # dayofmonth ## description ### Syntax diff --git a/docs/documentation/cn/sql-reference/sql-functions/date-time-functions/dayofweek.md b/docs/documentation/cn/sql-reference/sql-functions/date-time-functions/dayofweek.md index fc055916b4..ea867dd5f2 100644 --- a/docs/documentation/cn/sql-reference/sql-functions/date-time-functions/dayofweek.md +++ b/docs/documentation/cn/sql-reference/sql-functions/date-time-functions/dayofweek.md @@ -1,3 +1,22 @@ + + # dayofweek ## description ### Syntax diff --git a/docs/documentation/cn/sql-reference/sql-functions/date-time-functions/dayofyear.md b/docs/documentation/cn/sql-reference/sql-functions/date-time-functions/dayofyear.md index 39c081f51b..66477787f4 100644 --- a/docs/documentation/cn/sql-reference/sql-functions/date-time-functions/dayofyear.md +++ b/docs/documentation/cn/sql-reference/sql-functions/date-time-functions/dayofyear.md @@ -1,3 +1,22 @@ + + # dayofyear ## description ### Syntax diff --git a/docs/documentation/cn/sql-reference/sql-functions/date-time-functions/from_days.md b/docs/documentation/cn/sql-reference/sql-functions/date-time-functions/from_days.md index adf0235a1f..d88d75b66d 100644 --- a/docs/documentation/cn/sql-reference/sql-functions/date-time-functions/from_days.md +++ b/docs/documentation/cn/sql-reference/sql-functions/date-time-functions/from_days.md @@ -1,3 +1,22 @@ + + # from_days ## description ### Syntax diff --git a/docs/documentation/cn/sql-reference/sql-functions/date-time-functions/from_unixtime.md b/docs/documentation/cn/sql-reference/sql-functions/date-time-functions/from_unixtime.md index 5332f18112..352a143b00 100644 --- a/docs/documentation/cn/sql-reference/sql-functions/date-time-functions/from_unixtime.md +++ b/docs/documentation/cn/sql-reference/sql-functions/date-time-functions/from_unixtime.md @@ -1,3 +1,22 @@ + + # from_unixtime ## description ### Syntax diff --git a/docs/documentation/cn/sql-reference/sql-functions/date-time-functions/month.md b/docs/documentation/cn/sql-reference/sql-functions/date-time-functions/month.md index aa760dc5cd..5847d39008 100644 --- a/docs/documentation/cn/sql-reference/sql-functions/date-time-functions/month.md +++ b/docs/documentation/cn/sql-reference/sql-functions/date-time-functions/month.md @@ -1,3 +1,22 @@ + + # month ## description ### Syntax diff --git a/docs/documentation/cn/sql-reference/sql-functions/date-time-functions/monthname.md b/docs/documentation/cn/sql-reference/sql-functions/date-time-functions/monthname.md index abe38e3c09..ce5580eabb 100644 --- a/docs/documentation/cn/sql-reference/sql-functions/date-time-functions/monthname.md +++ b/docs/documentation/cn/sql-reference/sql-functions/date-time-functions/monthname.md @@ -1,3 +1,22 @@ + + # monthname ## description ### Syntax diff --git a/docs/documentation/cn/sql-reference/sql-functions/date-time-functions/now.md b/docs/documentation/cn/sql-reference/sql-functions/date-time-functions/now.md index 19f148f103..3264ed74a3 100644 --- a/docs/documentation/cn/sql-reference/sql-functions/date-time-functions/now.md +++ b/docs/documentation/cn/sql-reference/sql-functions/date-time-functions/now.md @@ -1,3 +1,22 @@ + + # now ## description ### Syntax diff --git a/docs/documentation/cn/sql-reference/sql-functions/date-time-functions/str_to_date.md b/docs/documentation/cn/sql-reference/sql-functions/date-time-functions/str_to_date.md index 3d5dd931f8..dc4840c882 100644 --- a/docs/documentation/cn/sql-reference/sql-functions/date-time-functions/str_to_date.md +++ b/docs/documentation/cn/sql-reference/sql-functions/date-time-functions/str_to_date.md @@ -1,3 +1,22 @@ + + # str_to_date ## description ### Syntax diff --git a/docs/documentation/cn/sql-reference/sql-functions/date-time-functions/timediff.md b/docs/documentation/cn/sql-reference/sql-functions/date-time-functions/timediff.md index 532c9e5057..8f43f11c01 100644 --- a/docs/documentation/cn/sql-reference/sql-functions/date-time-functions/timediff.md +++ b/docs/documentation/cn/sql-reference/sql-functions/date-time-functions/timediff.md @@ -1,3 +1,22 @@ + + # timediff ## description ### Syntax diff --git a/docs/documentation/cn/sql-reference/sql-functions/date-time-functions/to_days.md b/docs/documentation/cn/sql-reference/sql-functions/date-time-functions/to_days.md index baa6f7fa64..054e6bc73c 100644 --- a/docs/documentation/cn/sql-reference/sql-functions/date-time-functions/to_days.md +++ b/docs/documentation/cn/sql-reference/sql-functions/date-time-functions/to_days.md @@ -1,3 +1,22 @@ + + # to_days ## description ### Syntax diff --git a/docs/documentation/cn/sql-reference/sql-functions/date-time-functions/unix_timestamp.md b/docs/documentation/cn/sql-reference/sql-functions/date-time-functions/unix_timestamp.md index 02b13682de..afe4bd18ba 100644 --- a/docs/documentation/cn/sql-reference/sql-functions/date-time-functions/unix_timestamp.md +++ b/docs/documentation/cn/sql-reference/sql-functions/date-time-functions/unix_timestamp.md @@ -1,3 +1,22 @@ + + # unix_timestamp ## description ### Syntax diff --git a/docs/documentation/cn/sql-reference/sql-functions/date-time-functions/utc_timestamp.md b/docs/documentation/cn/sql-reference/sql-functions/date-time-functions/utc_timestamp.md index 6c092f0bc1..c4a56f3aa7 100644 --- a/docs/documentation/cn/sql-reference/sql-functions/date-time-functions/utc_timestamp.md +++ b/docs/documentation/cn/sql-reference/sql-functions/date-time-functions/utc_timestamp.md @@ -1,3 +1,22 @@ + + # utc_timestamp ## description ### Syntax diff --git a/docs/documentation/cn/sql-reference/sql-functions/date-time-functions/workofyear.md b/docs/documentation/cn/sql-reference/sql-functions/date-time-functions/workofyear.md index f71d0f8959..8f1ca97579 100644 --- a/docs/documentation/cn/sql-reference/sql-functions/date-time-functions/workofyear.md +++ b/docs/documentation/cn/sql-reference/sql-functions/date-time-functions/workofyear.md @@ -1,3 +1,22 @@ + + # weekofyear ## description ### Syntax diff --git a/docs/documentation/cn/sql-reference/sql-functions/date-time-functions/year.md b/docs/documentation/cn/sql-reference/sql-functions/date-time-functions/year.md index 101ce85eba..62505c32ae 100644 --- a/docs/documentation/cn/sql-reference/sql-functions/date-time-functions/year.md +++ b/docs/documentation/cn/sql-reference/sql-functions/date-time-functions/year.md @@ -1,3 +1,22 @@ + + # year ## description ### Syntax diff --git a/docs/documentation/cn/sql-reference/sql-functions/spatial-functions/st_astext.md b/docs/documentation/cn/sql-reference/sql-functions/spatial-functions/st_astext.md index 7e8c47c795..1d4d8cdb9c 100644 --- a/docs/documentation/cn/sql-reference/sql-functions/spatial-functions/st_astext.md +++ b/docs/documentation/cn/sql-reference/sql-functions/spatial-functions/st_astext.md @@ -1,3 +1,22 @@ + + # `ST_AsText`,`ST_AsWKT` ## description ### Syntax diff --git a/docs/documentation/cn/sql-reference/sql-functions/spatial-functions/st_circle.md b/docs/documentation/cn/sql-reference/sql-functions/spatial-functions/st_circle.md index da7dfc4afd..f87c13193a 100644 --- a/docs/documentation/cn/sql-reference/sql-functions/spatial-functions/st_circle.md +++ b/docs/documentation/cn/sql-reference/sql-functions/spatial-functions/st_circle.md @@ -1,3 +1,22 @@ + + # `ST_Circle` ## description ### Syntax diff --git a/docs/documentation/cn/sql-reference/sql-functions/spatial-functions/st_contains.md b/docs/documentation/cn/sql-reference/sql-functions/spatial-functions/st_contains.md index ce47c52a45..93d4863ecd 100644 --- a/docs/documentation/cn/sql-reference/sql-functions/spatial-functions/st_contains.md +++ b/docs/documentation/cn/sql-reference/sql-functions/spatial-functions/st_contains.md @@ -1,3 +1,22 @@ + + # `ST_Contains` ## description ### Syntax diff --git a/docs/documentation/cn/sql-reference/sql-functions/spatial-functions/st_distance_sphere.md b/docs/documentation/cn/sql-reference/sql-functions/spatial-functions/st_distance_sphere.md index 27b0858614..32c7341daf 100644 --- a/docs/documentation/cn/sql-reference/sql-functions/spatial-functions/st_distance_sphere.md +++ b/docs/documentation/cn/sql-reference/sql-functions/spatial-functions/st_distance_sphere.md @@ -1,3 +1,22 @@ + + # `ST_Distance_Sphere` ## description ### Syntax diff --git a/docs/documentation/cn/sql-reference/sql-functions/spatial-functions/st_geometryfromtext.md b/docs/documentation/cn/sql-reference/sql-functions/spatial-functions/st_geometryfromtext.md index 72dd9d7dfb..fe4e0f72d8 100644 --- a/docs/documentation/cn/sql-reference/sql-functions/spatial-functions/st_geometryfromtext.md +++ b/docs/documentation/cn/sql-reference/sql-functions/spatial-functions/st_geometryfromtext.md @@ -1,3 +1,22 @@ + + # `ST_GeometryFromText`,`ST_GeomFromText` ## description ### Syntax diff --git a/docs/documentation/cn/sql-reference/sql-functions/spatial-functions/st_linefromtext.md b/docs/documentation/cn/sql-reference/sql-functions/spatial-functions/st_linefromtext.md index 7f7165cd9f..ba7ea26b23 100644 --- a/docs/documentation/cn/sql-reference/sql-functions/spatial-functions/st_linefromtext.md +++ b/docs/documentation/cn/sql-reference/sql-functions/spatial-functions/st_linefromtext.md @@ -1,3 +1,22 @@ + + # `ST_LineFromText`,`ST_LineStringFromText` ## description ### Syntax diff --git a/docs/documentation/cn/sql-reference/sql-functions/spatial-functions/st_point.md b/docs/documentation/cn/sql-reference/sql-functions/spatial-functions/st_point.md index 03e5dbcdb2..c22150ac5d 100644 --- a/docs/documentation/cn/sql-reference/sql-functions/spatial-functions/st_point.md +++ b/docs/documentation/cn/sql-reference/sql-functions/spatial-functions/st_point.md @@ -1,3 +1,22 @@ + + # `ST_Point` ## description ### Syntax diff --git a/docs/documentation/cn/sql-reference/sql-functions/spatial-functions/st_polygon.md b/docs/documentation/cn/sql-reference/sql-functions/spatial-functions/st_polygon.md index d1b810199e..591ec2978d 100644 --- a/docs/documentation/cn/sql-reference/sql-functions/spatial-functions/st_polygon.md +++ b/docs/documentation/cn/sql-reference/sql-functions/spatial-functions/st_polygon.md @@ -1,3 +1,22 @@ + + # `ST_Polygon`,`ST_PolyFromText`,`ST_PolygonFromText` ## description ### Syntax diff --git a/docs/documentation/cn/sql-reference/sql-functions/spatial-functions/st_x.md b/docs/documentation/cn/sql-reference/sql-functions/spatial-functions/st_x.md index f819e697c4..784da1aad6 100644 --- a/docs/documentation/cn/sql-reference/sql-functions/spatial-functions/st_x.md +++ b/docs/documentation/cn/sql-reference/sql-functions/spatial-functions/st_x.md @@ -1,3 +1,22 @@ + + # `ST_X` ## description ### Syntax diff --git a/docs/documentation/cn/sql-reference/sql-functions/spatial-functions/st_y.md b/docs/documentation/cn/sql-reference/sql-functions/spatial-functions/st_y.md index a8bc23b257..19db95328b 100644 --- a/docs/documentation/cn/sql-reference/sql-functions/spatial-functions/st_y.md +++ b/docs/documentation/cn/sql-reference/sql-functions/spatial-functions/st_y.md @@ -1,3 +1,22 @@ + + # `ST_Y` ## description ### Syntax diff --git a/docs/documentation/cn/sql-reference/sql-functions/string-functions/ascii.md b/docs/documentation/cn/sql-reference/sql-functions/string-functions/ascii.md index 49f96fa284..2e03d83db8 100644 --- a/docs/documentation/cn/sql-reference/sql-functions/string-functions/ascii.md +++ b/docs/documentation/cn/sql-reference/sql-functions/string-functions/ascii.md @@ -1,3 +1,22 @@ + + # ascii ## description ### Syntax diff --git a/docs/documentation/cn/sql-reference/sql-functions/string-functions/concat.md b/docs/documentation/cn/sql-reference/sql-functions/string-functions/concat.md index 4bcae3df62..6dba21a30d 100644 --- a/docs/documentation/cn/sql-reference/sql-functions/string-functions/concat.md +++ b/docs/documentation/cn/sql-reference/sql-functions/string-functions/concat.md @@ -1,3 +1,22 @@ + + # concat ## description ### Syntax diff --git a/docs/documentation/cn/sql-reference/sql-functions/string-functions/concat_ws.md b/docs/documentation/cn/sql-reference/sql-functions/string-functions/concat_ws.md index 44784208fa..ab00a22512 100644 --- a/docs/documentation/cn/sql-reference/sql-functions/string-functions/concat_ws.md +++ b/docs/documentation/cn/sql-reference/sql-functions/string-functions/concat_ws.md @@ -1,3 +1,22 @@ + + # concat_ws ## description ### Syntax diff --git a/docs/documentation/cn/sql-reference/sql-functions/string-functions/find_in_set.md b/docs/documentation/cn/sql-reference/sql-functions/string-functions/find_in_set.md index e66d41d7ac..c66c779227 100644 --- a/docs/documentation/cn/sql-reference/sql-functions/string-functions/find_in_set.md +++ b/docs/documentation/cn/sql-reference/sql-functions/string-functions/find_in_set.md @@ -1,3 +1,22 @@ + + # find_in_set ## description ### Syntax diff --git a/docs/documentation/cn/sql-reference/sql-functions/string-functions/get_json_double.md b/docs/documentation/cn/sql-reference/sql-functions/string-functions/get_json_double.md index c6f766e6fe..06a9f2fcf8 100644 --- a/docs/documentation/cn/sql-reference/sql-functions/string-functions/get_json_double.md +++ b/docs/documentation/cn/sql-reference/sql-functions/string-functions/get_json_double.md @@ -1,3 +1,22 @@ + + # get_json_double ## description ### Syntax diff --git a/docs/documentation/cn/sql-reference/sql-functions/string-functions/get_json_int.md b/docs/documentation/cn/sql-reference/sql-functions/string-functions/get_json_int.md index 56366e4b95..1d7dde0329 100644 --- a/docs/documentation/cn/sql-reference/sql-functions/string-functions/get_json_int.md +++ b/docs/documentation/cn/sql-reference/sql-functions/string-functions/get_json_int.md @@ -1,3 +1,22 @@ + + # get_json_int ## description ### Syntax diff --git a/docs/documentation/cn/sql-reference/sql-functions/string-functions/get_json_string.md b/docs/documentation/cn/sql-reference/sql-functions/string-functions/get_json_string.md index 504de06f92..cad4ee57fa 100644 --- a/docs/documentation/cn/sql-reference/sql-functions/string-functions/get_json_string.md +++ b/docs/documentation/cn/sql-reference/sql-functions/string-functions/get_json_string.md @@ -1,3 +1,22 @@ + + # get_json_string ## description ### Syntax diff --git a/docs/documentation/cn/sql-reference/sql-functions/string-functions/group_concat.md b/docs/documentation/cn/sql-reference/sql-functions/string-functions/group_concat.md index 721f820543..669b866d51 100644 --- a/docs/documentation/cn/sql-reference/sql-functions/string-functions/group_concat.md +++ b/docs/documentation/cn/sql-reference/sql-functions/string-functions/group_concat.md @@ -1,3 +1,22 @@ + + # group_concat ## description ### Syntax diff --git a/docs/documentation/cn/sql-reference/sql-functions/string-functions/instr.md b/docs/documentation/cn/sql-reference/sql-functions/string-functions/instr.md index 65db339d3b..53e1d2419d 100644 --- a/docs/documentation/cn/sql-reference/sql-functions/string-functions/instr.md +++ b/docs/documentation/cn/sql-reference/sql-functions/string-functions/instr.md @@ -1,3 +1,22 @@ + + # instr ## description ### Syntax diff --git a/docs/documentation/cn/sql-reference/sql-functions/string-functions/lcase.md b/docs/documentation/cn/sql-reference/sql-functions/string-functions/lcase.md index 7acb6840be..47de71fa4d 100644 --- a/docs/documentation/cn/sql-reference/sql-functions/string-functions/lcase.md +++ b/docs/documentation/cn/sql-reference/sql-functions/string-functions/lcase.md @@ -1,3 +1,22 @@ + + # lcase ## description ### Syntax diff --git a/docs/documentation/cn/sql-reference/sql-functions/string-functions/left.md b/docs/documentation/cn/sql-reference/sql-functions/string-functions/left.md index 705b3f8865..5f7f3f815c 100644 --- a/docs/documentation/cn/sql-reference/sql-functions/string-functions/left.md +++ b/docs/documentation/cn/sql-reference/sql-functions/string-functions/left.md @@ -1,3 +1,22 @@ + + # left ## description ### Syntax diff --git a/docs/documentation/cn/sql-reference/sql-functions/string-functions/length.md b/docs/documentation/cn/sql-reference/sql-functions/string-functions/length.md index fa852edd50..3de7e6f634 100644 --- a/docs/documentation/cn/sql-reference/sql-functions/string-functions/length.md +++ b/docs/documentation/cn/sql-reference/sql-functions/string-functions/length.md @@ -1,3 +1,22 @@ + + # length ## description ### Syntax diff --git a/docs/documentation/cn/sql-reference/sql-functions/string-functions/locate.md b/docs/documentation/cn/sql-reference/sql-functions/string-functions/locate.md index e239904e01..1ed1aa7904 100644 --- a/docs/documentation/cn/sql-reference/sql-functions/string-functions/locate.md +++ b/docs/documentation/cn/sql-reference/sql-functions/string-functions/locate.md @@ -1,3 +1,22 @@ + + # locate ## description ### Syntax diff --git a/docs/documentation/cn/sql-reference/sql-functions/string-functions/lower.md b/docs/documentation/cn/sql-reference/sql-functions/string-functions/lower.md index 00f3e20313..35aebe992d 100644 --- a/docs/documentation/cn/sql-reference/sql-functions/string-functions/lower.md +++ b/docs/documentation/cn/sql-reference/sql-functions/string-functions/lower.md @@ -1,3 +1,22 @@ + + # lower ## description ### Syntax diff --git a/docs/documentation/cn/sql-reference/sql-functions/string-functions/lpad.md b/docs/documentation/cn/sql-reference/sql-functions/string-functions/lpad.md index 41c836a168..7025f13725 100644 --- a/docs/documentation/cn/sql-reference/sql-functions/string-functions/lpad.md +++ b/docs/documentation/cn/sql-reference/sql-functions/string-functions/lpad.md @@ -1,3 +1,22 @@ + + # lpad ## description ### Syntax diff --git a/docs/documentation/cn/sql-reference/sql-functions/string-functions/ltrim.md b/docs/documentation/cn/sql-reference/sql-functions/string-functions/ltrim.md index c3c8f04c38..b57a1233e6 100644 --- a/docs/documentation/cn/sql-reference/sql-functions/string-functions/ltrim.md +++ b/docs/documentation/cn/sql-reference/sql-functions/string-functions/ltrim.md @@ -1,3 +1,22 @@ + + # ltrim ## description ### Syntax diff --git a/docs/documentation/cn/sql-reference/sql-functions/string-functions/money_format.md b/docs/documentation/cn/sql-reference/sql-functions/string-functions/money_format.md index 6abc5de94f..a26b58f044 100644 --- a/docs/documentation/cn/sql-reference/sql-functions/string-functions/money_format.md +++ b/docs/documentation/cn/sql-reference/sql-functions/string-functions/money_format.md @@ -1,3 +1,22 @@ + + # money_format ## description ### Syntax diff --git a/docs/documentation/cn/sql-reference/sql-functions/string-functions/regexp_extract.md b/docs/documentation/cn/sql-reference/sql-functions/string-functions/regexp_extract.md index 5746b7b7b0..cf71a074d3 100644 --- a/docs/documentation/cn/sql-reference/sql-functions/string-functions/regexp_extract.md +++ b/docs/documentation/cn/sql-reference/sql-functions/string-functions/regexp_extract.md @@ -1,3 +1,22 @@ + + # regexp_extract ## description ### Syntax diff --git a/docs/documentation/cn/sql-reference/sql-functions/string-functions/regexp_replace.md b/docs/documentation/cn/sql-reference/sql-functions/string-functions/regexp_replace.md index c6bdae2d96..22f0d7e8e6 100644 --- a/docs/documentation/cn/sql-reference/sql-functions/string-functions/regexp_replace.md +++ b/docs/documentation/cn/sql-reference/sql-functions/string-functions/regexp_replace.md @@ -1,3 +1,22 @@ + + # regexp_replace ## description ### Syntax diff --git a/docs/documentation/cn/sql-reference/sql-functions/string-functions/repeat.md b/docs/documentation/cn/sql-reference/sql-functions/string-functions/repeat.md index 71885baaba..142da95dd2 100644 --- a/docs/documentation/cn/sql-reference/sql-functions/string-functions/repeat.md +++ b/docs/documentation/cn/sql-reference/sql-functions/string-functions/repeat.md @@ -1,3 +1,22 @@ + + # repeat ## description ### Syntax diff --git a/docs/documentation/cn/sql-reference/sql-functions/string-functions/right.md b/docs/documentation/cn/sql-reference/sql-functions/string-functions/right.md index e5fb9a16cd..79c7b65742 100644 --- a/docs/documentation/cn/sql-reference/sql-functions/string-functions/right.md +++ b/docs/documentation/cn/sql-reference/sql-functions/string-functions/right.md @@ -1,3 +1,22 @@ + + # right ## description ### Syntax diff --git a/docs/documentation/cn/sql-reference/sql-functions/string-functions/split_part.md b/docs/documentation/cn/sql-reference/sql-functions/string-functions/split_part.md index 80c8c25292..71712e5116 100644 --- a/docs/documentation/cn/sql-reference/sql-functions/string-functions/split_part.md +++ b/docs/documentation/cn/sql-reference/sql-functions/string-functions/split_part.md @@ -1,3 +1,22 @@ + + # split_part ## description ### Syntax diff --git a/docs/documentation/cn/sql-reference/sql-functions/string-functions/strleft.md b/docs/documentation/cn/sql-reference/sql-functions/string-functions/strleft.md index c2c4d904a8..7e27f2d61a 100644 --- a/docs/documentation/cn/sql-reference/sql-functions/string-functions/strleft.md +++ b/docs/documentation/cn/sql-reference/sql-functions/string-functions/strleft.md @@ -1,3 +1,22 @@ + + # strleft ## description ### Syntax diff --git a/docs/documentation/cn/sql-reference/sql-functions/string-functions/strright.md b/docs/documentation/cn/sql-reference/sql-functions/string-functions/strright.md index 7976d9288c..8ff50f66eb 100644 --- a/docs/documentation/cn/sql-reference/sql-functions/string-functions/strright.md +++ b/docs/documentation/cn/sql-reference/sql-functions/string-functions/strright.md @@ -1,3 +1,22 @@ + + # strright ## description ### Syntax diff --git a/docs/documentation/cn/sql-reference/sql-statements/Account Management/CREATE ROLE.md b/docs/documentation/cn/sql-reference/sql-statements/Account Management/CREATE ROLE.md index 68cb258907..4dd5007487 100644 --- a/docs/documentation/cn/sql-reference/sql-statements/Account Management/CREATE ROLE.md +++ b/docs/documentation/cn/sql-reference/sql-statements/Account Management/CREATE ROLE.md @@ -1,3 +1,22 @@ + + # CREATE ROLE ## description 该语句用户创建一个角色 diff --git a/docs/documentation/cn/sql-reference/sql-statements/Account Management/CREATE USER.md b/docs/documentation/cn/sql-reference/sql-statements/Account Management/CREATE USER.md index 06e88d28d7..44e3ec40f0 100644 --- a/docs/documentation/cn/sql-reference/sql-statements/Account Management/CREATE USER.md +++ b/docs/documentation/cn/sql-reference/sql-statements/Account Management/CREATE USER.md @@ -1,3 +1,22 @@ + + # CREATE USER ## description diff --git a/docs/documentation/cn/sql-reference/sql-statements/Account Management/DROP ROLE.md b/docs/documentation/cn/sql-reference/sql-statements/Account Management/DROP ROLE.md index b7d7e248b9..411cf8c14e 100644 --- a/docs/documentation/cn/sql-reference/sql-statements/Account Management/DROP ROLE.md +++ b/docs/documentation/cn/sql-reference/sql-statements/Account Management/DROP ROLE.md @@ -1,3 +1,22 @@ + + # DROP ROLE ## description 该语句用户删除一个角色 diff --git a/docs/documentation/cn/sql-reference/sql-statements/Account Management/DROP USER.md b/docs/documentation/cn/sql-reference/sql-statements/Account Management/DROP USER.md index 93bfd2fda9..5d90390435 100644 --- a/docs/documentation/cn/sql-reference/sql-statements/Account Management/DROP USER.md +++ b/docs/documentation/cn/sql-reference/sql-statements/Account Management/DROP USER.md @@ -1,3 +1,22 @@ + + # DROP USER ## description diff --git a/docs/documentation/cn/sql-reference/sql-statements/Account Management/GRANT.md b/docs/documentation/cn/sql-reference/sql-statements/Account Management/GRANT.md index e2d8318238..e8bc853586 100644 --- a/docs/documentation/cn/sql-reference/sql-statements/Account Management/GRANT.md +++ b/docs/documentation/cn/sql-reference/sql-statements/Account Management/GRANT.md @@ -1,3 +1,22 @@ + + # GRANT ## description diff --git a/docs/documentation/cn/sql-reference/sql-statements/Account Management/REVOKE.md b/docs/documentation/cn/sql-reference/sql-statements/Account Management/REVOKE.md index bb377051d6..4d387d0df9 100644 --- a/docs/documentation/cn/sql-reference/sql-statements/Account Management/REVOKE.md +++ b/docs/documentation/cn/sql-reference/sql-statements/Account Management/REVOKE.md @@ -1,3 +1,22 @@ + + # REVOKE ## description diff --git a/docs/documentation/cn/sql-reference/sql-statements/Account Management/SET PASSWORD.md b/docs/documentation/cn/sql-reference/sql-statements/Account Management/SET PASSWORD.md index 27eac65537..c030f05e97 100644 --- a/docs/documentation/cn/sql-reference/sql-statements/Account Management/SET PASSWORD.md +++ b/docs/documentation/cn/sql-reference/sql-statements/Account Management/SET PASSWORD.md @@ -1,3 +1,22 @@ + + # SET PASSWORD ## description diff --git a/docs/documentation/cn/sql-reference/sql-statements/Account Management/SET PROPERTY.md b/docs/documentation/cn/sql-reference/sql-statements/Account Management/SET PROPERTY.md index f324ffaacf..cf0181825e 100644 --- a/docs/documentation/cn/sql-reference/sql-statements/Account Management/SET PROPERTY.md +++ b/docs/documentation/cn/sql-reference/sql-statements/Account Management/SET PROPERTY.md @@ -1,3 +1,22 @@ + + # SET PROPERTY ## description diff --git a/docs/documentation/cn/sql-reference/sql-statements/Account Management/SHOW GRANTS.md b/docs/documentation/cn/sql-reference/sql-statements/Account Management/SHOW GRANTS.md index a797cf7e73..72487fdb3c 100644 --- a/docs/documentation/cn/sql-reference/sql-statements/Account Management/SHOW GRANTS.md +++ b/docs/documentation/cn/sql-reference/sql-statements/Account Management/SHOW GRANTS.md @@ -1,3 +1,22 @@ + + # SHOW GRANTS ## description diff --git a/docs/documentation/cn/sql-reference/sql-statements/Account Management/SHOW ROLES.md b/docs/documentation/cn/sql-reference/sql-statements/Account Management/SHOW ROLES.md index b25119cedf..245f0abc1c 100644 --- a/docs/documentation/cn/sql-reference/sql-statements/Account Management/SHOW ROLES.md +++ b/docs/documentation/cn/sql-reference/sql-statements/Account Management/SHOW ROLES.md @@ -1,3 +1,22 @@ + + # SHOW ROLES ## description 该语句用于展示所有已创建的角色信息,包括角色名称,包含的用户以及权限。 diff --git a/docs/documentation/cn/sql-reference/sql-statements/Administration/ADMIN CANCEL REPAIR.md b/docs/documentation/cn/sql-reference/sql-statements/Administration/ADMIN CANCEL REPAIR.md index 52e521b254..638c6804ef 100644 --- a/docs/documentation/cn/sql-reference/sql-statements/Administration/ADMIN CANCEL REPAIR.md +++ b/docs/documentation/cn/sql-reference/sql-statements/Administration/ADMIN CANCEL REPAIR.md @@ -1,3 +1,22 @@ + + # ADMIN CANCEL REPAIR ## description diff --git a/docs/documentation/cn/sql-reference/sql-statements/Administration/ADMIN REPAIR.md b/docs/documentation/cn/sql-reference/sql-statements/Administration/ADMIN REPAIR.md index 2ae44aed4a..f24815e6ec 100644 --- a/docs/documentation/cn/sql-reference/sql-statements/Administration/ADMIN REPAIR.md +++ b/docs/documentation/cn/sql-reference/sql-statements/Administration/ADMIN REPAIR.md @@ -1,3 +1,22 @@ + + # ADMIN REPAIR ## description diff --git a/docs/documentation/cn/sql-reference/sql-statements/Administration/ADMIN SET CONFIG.md b/docs/documentation/cn/sql-reference/sql-statements/Administration/ADMIN SET CONFIG.md index b6e277dcab..dfc19ebe5f 100644 --- a/docs/documentation/cn/sql-reference/sql-statements/Administration/ADMIN SET CONFIG.md +++ b/docs/documentation/cn/sql-reference/sql-statements/Administration/ADMIN SET CONFIG.md @@ -1,3 +1,22 @@ + + # ADMIN SET CONFIG ## description diff --git a/docs/documentation/cn/sql-reference/sql-statements/Administration/ADMIN SHOW CONFIG.md b/docs/documentation/cn/sql-reference/sql-statements/Administration/ADMIN SHOW CONFIG.md index c8ee9e6672..3af6a0d928 100644 --- a/docs/documentation/cn/sql-reference/sql-statements/Administration/ADMIN SHOW CONFIG.md +++ b/docs/documentation/cn/sql-reference/sql-statements/Administration/ADMIN SHOW CONFIG.md @@ -1,3 +1,22 @@ + + # ADMIN SHOW CONFIG ## description diff --git a/docs/documentation/cn/sql-reference/sql-statements/Administration/ADMIN SHOW REPLICA DISTRIBUTION.md b/docs/documentation/cn/sql-reference/sql-statements/Administration/ADMIN SHOW REPLICA DISTRIBUTION.md index c948e0cf2f..23aa65eb8e 100644 --- a/docs/documentation/cn/sql-reference/sql-statements/Administration/ADMIN SHOW REPLICA DISTRIBUTION.md +++ b/docs/documentation/cn/sql-reference/sql-statements/Administration/ADMIN SHOW REPLICA DISTRIBUTION.md @@ -1,3 +1,22 @@ + + # ADMIN SHOW REPLICA DISTRIBUTION ## description diff --git a/docs/documentation/cn/sql-reference/sql-statements/Administration/ADMIN SHOW REPLICA STATUS.md b/docs/documentation/cn/sql-reference/sql-statements/Administration/ADMIN SHOW REPLICA STATUS.md index 93e00335d3..80ec9a8112 100644 --- a/docs/documentation/cn/sql-reference/sql-statements/Administration/ADMIN SHOW REPLICA STATUS.md +++ b/docs/documentation/cn/sql-reference/sql-statements/Administration/ADMIN SHOW REPLICA STATUS.md @@ -1,3 +1,22 @@ + + # ADMIN SHOW REPLICA STATUS ## description diff --git a/docs/documentation/cn/sql-reference/sql-statements/Administration/ALTER CLUSTER.md b/docs/documentation/cn/sql-reference/sql-statements/Administration/ALTER CLUSTER.md index b9de2e3a68..fd763d02bc 100644 --- a/docs/documentation/cn/sql-reference/sql-statements/Administration/ALTER CLUSTER.md +++ b/docs/documentation/cn/sql-reference/sql-statements/Administration/ALTER CLUSTER.md @@ -1,3 +1,22 @@ + + # ALTER CLUSTER ## description diff --git a/docs/documentation/cn/sql-reference/sql-statements/Administration/ALTER SYSTEM.md b/docs/documentation/cn/sql-reference/sql-statements/Administration/ALTER SYSTEM.md index d6a3569195..82f8557942 100644 --- a/docs/documentation/cn/sql-reference/sql-statements/Administration/ALTER SYSTEM.md +++ b/docs/documentation/cn/sql-reference/sql-statements/Administration/ALTER SYSTEM.md @@ -1,3 +1,22 @@ + + # ALTER SYSTEM ## description diff --git a/docs/documentation/cn/sql-reference/sql-statements/Administration/CANCEL DECOMMISSION.md b/docs/documentation/cn/sql-reference/sql-statements/Administration/CANCEL DECOMMISSION.md index 54d76fa729..bdac66f7af 100644 --- a/docs/documentation/cn/sql-reference/sql-statements/Administration/CANCEL DECOMMISSION.md +++ b/docs/documentation/cn/sql-reference/sql-statements/Administration/CANCEL DECOMMISSION.md @@ -1,3 +1,22 @@ + + # CANCEL DECOMMISSION ## description diff --git a/docs/documentation/cn/sql-reference/sql-statements/Administration/CREATE CLUSTER.md b/docs/documentation/cn/sql-reference/sql-statements/Administration/CREATE CLUSTER.md index 6ff866f6c7..4cc6153345 100644 --- a/docs/documentation/cn/sql-reference/sql-statements/Administration/CREATE CLUSTER.md +++ b/docs/documentation/cn/sql-reference/sql-statements/Administration/CREATE CLUSTER.md @@ -1,3 +1,22 @@ + + # CREATE CLUSTER ## description diff --git a/docs/documentation/cn/sql-reference/sql-statements/Administration/CREATE FILE.md b/docs/documentation/cn/sql-reference/sql-statements/Administration/CREATE FILE.md index 33d115246f..5441f0acd1 100644 --- a/docs/documentation/cn/sql-reference/sql-statements/Administration/CREATE FILE.md +++ b/docs/documentation/cn/sql-reference/sql-statements/Administration/CREATE FILE.md @@ -1,3 +1,22 @@ + + # CREATE FILE ## description diff --git a/docs/documentation/cn/sql-reference/sql-statements/Administration/DROP CLUSTER.md b/docs/documentation/cn/sql-reference/sql-statements/Administration/DROP CLUSTER.md index d755037b5e..122080e2b5 100644 --- a/docs/documentation/cn/sql-reference/sql-statements/Administration/DROP CLUSTER.md +++ b/docs/documentation/cn/sql-reference/sql-statements/Administration/DROP CLUSTER.md @@ -1,3 +1,22 @@ + + # DROP CLUSTER ## description diff --git a/docs/documentation/cn/sql-reference/sql-statements/Administration/DROP FILE.md b/docs/documentation/cn/sql-reference/sql-statements/Administration/DROP FILE.md index 205f4a5316..0157c30d39 100644 --- a/docs/documentation/cn/sql-reference/sql-statements/Administration/DROP FILE.md +++ b/docs/documentation/cn/sql-reference/sql-statements/Administration/DROP FILE.md @@ -1,3 +1,22 @@ + + # DROP FILE ## description diff --git a/docs/documentation/cn/sql-reference/sql-statements/Administration/ENTER.md b/docs/documentation/cn/sql-reference/sql-statements/Administration/ENTER.md index cf21a7e041..8fdcc362b0 100644 --- a/docs/documentation/cn/sql-reference/sql-statements/Administration/ENTER.md +++ b/docs/documentation/cn/sql-reference/sql-statements/Administration/ENTER.md @@ -1,3 +1,22 @@ + + # ENTER ## description diff --git a/docs/documentation/cn/sql-reference/sql-statements/Administration/LINK DATABASE.md b/docs/documentation/cn/sql-reference/sql-statements/Administration/LINK DATABASE.md index a69144bedb..db1e30a2b1 100644 --- a/docs/documentation/cn/sql-reference/sql-statements/Administration/LINK DATABASE.md +++ b/docs/documentation/cn/sql-reference/sql-statements/Administration/LINK DATABASE.md @@ -1,3 +1,22 @@ + + # LINK DATABASE ## description diff --git a/docs/documentation/cn/sql-reference/sql-statements/Administration/MIGRATE DATABASE.md b/docs/documentation/cn/sql-reference/sql-statements/Administration/MIGRATE DATABASE.md index fcc9a73d98..ad90c596dd 100644 --- a/docs/documentation/cn/sql-reference/sql-statements/Administration/MIGRATE DATABASE.md +++ b/docs/documentation/cn/sql-reference/sql-statements/Administration/MIGRATE DATABASE.md @@ -1,3 +1,22 @@ + + # MIGRATE DATABASE ## description diff --git a/docs/documentation/cn/sql-reference/sql-statements/Administration/SHOW BACKENDS.md b/docs/documentation/cn/sql-reference/sql-statements/Administration/SHOW BACKENDS.md index ae96e8d46e..09621988d8 100644 --- a/docs/documentation/cn/sql-reference/sql-statements/Administration/SHOW BACKENDS.md +++ b/docs/documentation/cn/sql-reference/sql-statements/Administration/SHOW BACKENDS.md @@ -1,3 +1,22 @@ + + # SHOW BACKENDS ## description 该语句用于查看 cluster 内的 BE 节点 diff --git a/docs/documentation/cn/sql-reference/sql-statements/Administration/SHOW BROKER.md b/docs/documentation/cn/sql-reference/sql-statements/Administration/SHOW BROKER.md index 82bf99bca1..9e79cc593b 100644 --- a/docs/documentation/cn/sql-reference/sql-statements/Administration/SHOW BROKER.md +++ b/docs/documentation/cn/sql-reference/sql-statements/Administration/SHOW BROKER.md @@ -1,3 +1,22 @@ + + # SHOW BROKER ## description 该语句用于查看当前存在的 broker diff --git a/docs/documentation/cn/sql-reference/sql-statements/Administration/SHOW FILE.md b/docs/documentation/cn/sql-reference/sql-statements/Administration/SHOW FILE.md index b25b72690d..82c41c655c 100644 --- a/docs/documentation/cn/sql-reference/sql-statements/Administration/SHOW FILE.md +++ b/docs/documentation/cn/sql-reference/sql-statements/Administration/SHOW FILE.md @@ -1,3 +1,22 @@ + + # SHOW FILE ## description diff --git a/docs/documentation/cn/sql-reference/sql-statements/Administration/SHOW FRONTENDS.md b/docs/documentation/cn/sql-reference/sql-statements/Administration/SHOW FRONTENDS.md index 1b96368b63..9cc2e3135e 100644 --- a/docs/documentation/cn/sql-reference/sql-statements/Administration/SHOW FRONTENDS.md +++ b/docs/documentation/cn/sql-reference/sql-statements/Administration/SHOW FRONTENDS.md @@ -1,3 +1,22 @@ + + # SHOW FRONTENDS ## description 该语句用于查看 FE 节点 diff --git a/docs/documentation/cn/sql-reference/sql-statements/Administration/SHOW FULL COLUMNS.md b/docs/documentation/cn/sql-reference/sql-statements/Administration/SHOW FULL COLUMNS.md index 58bc2e65d3..eb0c834120 100644 --- a/docs/documentation/cn/sql-reference/sql-statements/Administration/SHOW FULL COLUMNS.md +++ b/docs/documentation/cn/sql-reference/sql-statements/Administration/SHOW FULL COLUMNS.md @@ -1,3 +1,22 @@ + + # SHOW FULL COLUMNS ## description 该语句用于指定表的列信息 diff --git a/docs/documentation/cn/sql-reference/sql-statements/Administration/SHOW MIGRATIONS.md b/docs/documentation/cn/sql-reference/sql-statements/Administration/SHOW MIGRATIONS.md index 87cb4dc830..182ba83f3d 100644 --- a/docs/documentation/cn/sql-reference/sql-statements/Administration/SHOW MIGRATIONS.md +++ b/docs/documentation/cn/sql-reference/sql-statements/Administration/SHOW MIGRATIONS.md @@ -1,3 +1,22 @@ + + # SHOW MIGRATIONS ## description diff --git a/docs/documentation/cn/sql-reference/sql-statements/Administration/SHOW TABLE STATUS.md b/docs/documentation/cn/sql-reference/sql-statements/Administration/SHOW TABLE STATUS.md index aa2a102e56..0b6543cefa 100644 --- a/docs/documentation/cn/sql-reference/sql-statements/Administration/SHOW TABLE STATUS.md +++ b/docs/documentation/cn/sql-reference/sql-statements/Administration/SHOW TABLE STATUS.md @@ -1,3 +1,22 @@ + + # SHOW TABLE STATUS ## description 该语句用于查看 Table 的一些信息。 diff --git a/docs/documentation/cn/sql-reference/sql-statements/Data Definition/ALTER DATABASE.md b/docs/documentation/cn/sql-reference/sql-statements/Data Definition/ALTER DATABASE.md index a020eceff7..66b692c51e 100644 --- a/docs/documentation/cn/sql-reference/sql-statements/Data Definition/ALTER DATABASE.md +++ b/docs/documentation/cn/sql-reference/sql-statements/Data Definition/ALTER DATABASE.md @@ -1,3 +1,22 @@ + + # ALTER DATABASE ## description 该语句用于设置指定数据库的属性。(仅管理员使用) diff --git a/docs/documentation/cn/sql-reference/sql-statements/Data Definition/ALTER TABLE.md b/docs/documentation/cn/sql-reference/sql-statements/Data Definition/ALTER TABLE.md index 722351d52d..3758aa796a 100644 --- a/docs/documentation/cn/sql-reference/sql-statements/Data Definition/ALTER TABLE.md +++ b/docs/documentation/cn/sql-reference/sql-statements/Data Definition/ALTER TABLE.md @@ -1,3 +1,22 @@ + + # ALTER TABLE ## description 该语句用于对已有的 table 进行修改。如果没有指定 rollup index,默认操作 base index。 diff --git a/docs/documentation/cn/sql-reference/sql-statements/Data Definition/BACKUP.md b/docs/documentation/cn/sql-reference/sql-statements/Data Definition/BACKUP.md index 19c5137ce1..c143069f2e 100644 --- a/docs/documentation/cn/sql-reference/sql-statements/Data Definition/BACKUP.md +++ b/docs/documentation/cn/sql-reference/sql-statements/Data Definition/BACKUP.md @@ -1,3 +1,22 @@ + + # BACKUP ## description 该语句用于备份指定数据库下的数据。该命令为异步操作。提交成功后,需通过 SHOW BACKUP 命令查看进度。仅支持备份 OLAP 类型的表。 diff --git a/docs/documentation/cn/sql-reference/sql-statements/Data Definition/CANCEL ALTER.md b/docs/documentation/cn/sql-reference/sql-statements/Data Definition/CANCEL ALTER.md index 93c17f921a..f3600cb9d1 100644 --- a/docs/documentation/cn/sql-reference/sql-statements/Data Definition/CANCEL ALTER.md +++ b/docs/documentation/cn/sql-reference/sql-statements/Data Definition/CANCEL ALTER.md @@ -1,3 +1,22 @@ + + # CANCEL ALTER ## description 该语句用于撤销一个 ALTER 操作。 diff --git a/docs/documentation/cn/sql-reference/sql-statements/Data Definition/CANCEL BACKUP.md b/docs/documentation/cn/sql-reference/sql-statements/Data Definition/CANCEL BACKUP.md index b6451b99fe..3035f2956f 100644 --- a/docs/documentation/cn/sql-reference/sql-statements/Data Definition/CANCEL BACKUP.md +++ b/docs/documentation/cn/sql-reference/sql-statements/Data Definition/CANCEL BACKUP.md @@ -1,3 +1,22 @@ + + # CANCEL BACKUP ## description 该语句用于取消一个正在进行的 BACKUP 任务。 diff --git a/docs/documentation/cn/sql-reference/sql-statements/Data Definition/CANCEL RESTORE.md b/docs/documentation/cn/sql-reference/sql-statements/Data Definition/CANCEL RESTORE.md index b2b52bedbc..d7fbc950df 100644 --- a/docs/documentation/cn/sql-reference/sql-statements/Data Definition/CANCEL RESTORE.md +++ b/docs/documentation/cn/sql-reference/sql-statements/Data Definition/CANCEL RESTORE.md @@ -1,3 +1,22 @@ + + # CANCEL RESTORE ## description 该语句用于取消一个正在进行的 RESTORE 任务。 diff --git a/docs/documentation/cn/sql-reference/sql-statements/Data Definition/CREATE DATABASE.md b/docs/documentation/cn/sql-reference/sql-statements/Data Definition/CREATE DATABASE.md index 00938857f6..087d4843bf 100644 --- a/docs/documentation/cn/sql-reference/sql-statements/Data Definition/CREATE DATABASE.md +++ b/docs/documentation/cn/sql-reference/sql-statements/Data Definition/CREATE DATABASE.md @@ -1,3 +1,22 @@ + + # CREATE DATABASE ## description 该语句用于新建数据库(database) diff --git a/docs/documentation/cn/sql-reference/sql-statements/Data Definition/CREATE REPOSITORY.md b/docs/documentation/cn/sql-reference/sql-statements/Data Definition/CREATE REPOSITORY.md index 68ca391415..4cacc5d31c 100644 --- a/docs/documentation/cn/sql-reference/sql-statements/Data Definition/CREATE REPOSITORY.md +++ b/docs/documentation/cn/sql-reference/sql-statements/Data Definition/CREATE REPOSITORY.md @@ -1,3 +1,22 @@ + + # CREATE REPOSITORY ## description 该语句用于创建仓库。仓库用于属于备份或恢复。仅 root 或 superuser 用户可以创建仓库。 diff --git a/docs/documentation/cn/sql-reference/sql-statements/Data Definition/CREATE TABLE.md b/docs/documentation/cn/sql-reference/sql-statements/Data Definition/CREATE TABLE.md index 68fbfcc116..d9903e2af4 100644 --- a/docs/documentation/cn/sql-reference/sql-statements/Data Definition/CREATE TABLE.md +++ b/docs/documentation/cn/sql-reference/sql-statements/Data Definition/CREATE TABLE.md @@ -1,3 +1,22 @@ + + # CREATE TABLE ## description 该语句用于创建 table。 diff --git a/docs/documentation/cn/sql-reference/sql-statements/Data Definition/CREATE VIEW.md b/docs/documentation/cn/sql-reference/sql-statements/Data Definition/CREATE VIEW.md index 9222f923c5..fb4bac8aad 100644 --- a/docs/documentation/cn/sql-reference/sql-statements/Data Definition/CREATE VIEW.md +++ b/docs/documentation/cn/sql-reference/sql-statements/Data Definition/CREATE VIEW.md @@ -1,3 +1,22 @@ + + # CREATE VIEW ## description 该语句用于创建一个逻辑视图 diff --git a/docs/documentation/cn/sql-reference/sql-statements/Data Definition/DROP DATABASE.md b/docs/documentation/cn/sql-reference/sql-statements/Data Definition/DROP DATABASE.md index 7ad5ba06bd..f913f3b832 100644 --- a/docs/documentation/cn/sql-reference/sql-statements/Data Definition/DROP DATABASE.md +++ b/docs/documentation/cn/sql-reference/sql-statements/Data Definition/DROP DATABASE.md @@ -1,3 +1,22 @@ + + # DROP DATABASE ## description 该语句用于删除数据库(database) diff --git a/docs/documentation/cn/sql-reference/sql-statements/Data Definition/DROP REPOSITORY.md b/docs/documentation/cn/sql-reference/sql-statements/Data Definition/DROP REPOSITORY.md index 1ecdc6a30a..9bb83ac798 100644 --- a/docs/documentation/cn/sql-reference/sql-statements/Data Definition/DROP REPOSITORY.md +++ b/docs/documentation/cn/sql-reference/sql-statements/Data Definition/DROP REPOSITORY.md @@ -1,3 +1,22 @@ + + # DROP REPOSITORY ## description 该语句用于删除一个已创建的仓库。仅 root 或 superuser 用户可以删除仓库。 diff --git a/docs/documentation/cn/sql-reference/sql-statements/Data Definition/DROP TABLE.md b/docs/documentation/cn/sql-reference/sql-statements/Data Definition/DROP TABLE.md index 9f1473b9a2..6452d1907c 100644 --- a/docs/documentation/cn/sql-reference/sql-statements/Data Definition/DROP TABLE.md +++ b/docs/documentation/cn/sql-reference/sql-statements/Data Definition/DROP TABLE.md @@ -1,3 +1,22 @@ + + # DROP TABLE ## description 该语句用于删除 table 。 diff --git a/docs/documentation/cn/sql-reference/sql-statements/Data Definition/DROP VIEW.md b/docs/documentation/cn/sql-reference/sql-statements/Data Definition/DROP VIEW.md index e2feb735b4..2ce971f8f7 100644 --- a/docs/documentation/cn/sql-reference/sql-statements/Data Definition/DROP VIEW.md +++ b/docs/documentation/cn/sql-reference/sql-statements/Data Definition/DROP VIEW.md @@ -1,3 +1,22 @@ + + # DROP VIEW ## description 该语句用于删除一个逻辑视图 VIEW diff --git a/docs/documentation/cn/sql-reference/sql-statements/Data Definition/HLL.md b/docs/documentation/cn/sql-reference/sql-statements/Data Definition/HLL.md index 80a0cc71fb..ae1c9afaaf 100644 --- a/docs/documentation/cn/sql-reference/sql-statements/Data Definition/HLL.md +++ b/docs/documentation/cn/sql-reference/sql-statements/Data Definition/HLL.md @@ -1,3 +1,22 @@ + + # HLL ## description HLL是基于HyperLogLog算法的工程实现,用于保存HyperLogLog计算过程的中间结果,它只能作为表的value列类型 diff --git a/docs/documentation/cn/sql-reference/sql-statements/Data Definition/RECOVER.md b/docs/documentation/cn/sql-reference/sql-statements/Data Definition/RECOVER.md index 73b52ae294..fceeaa5c96 100644 --- a/docs/documentation/cn/sql-reference/sql-statements/Data Definition/RECOVER.md +++ b/docs/documentation/cn/sql-reference/sql-statements/Data Definition/RECOVER.md @@ -1,3 +1,22 @@ + + # RECOVER ## description 该语句用于恢复之前删除的 database、table 或者 partition diff --git a/docs/documentation/cn/sql-reference/sql-statements/Data Definition/RESTORE.md b/docs/documentation/cn/sql-reference/sql-statements/Data Definition/RESTORE.md index 0f6f71e3a5..4e6d158c02 100644 --- a/docs/documentation/cn/sql-reference/sql-statements/Data Definition/RESTORE.md +++ b/docs/documentation/cn/sql-reference/sql-statements/Data Definition/RESTORE.md @@ -1,3 +1,22 @@ + + # RESTORE ## description 1. RESTORE diff --git a/docs/documentation/cn/sql-reference/sql-statements/Data Definition/TRUNCATE TABLE.md b/docs/documentation/cn/sql-reference/sql-statements/Data Definition/TRUNCATE TABLE.md index 28c68c5bc2..07526300f1 100644 --- a/docs/documentation/cn/sql-reference/sql-statements/Data Definition/TRUNCATE TABLE.md +++ b/docs/documentation/cn/sql-reference/sql-statements/Data Definition/TRUNCATE TABLE.md @@ -1,3 +1,22 @@ + + # TRUNCATE TABLE ## description 该语句用于清空指定表和分区的数据 diff --git a/docs/documentation/cn/sql-reference/sql-statements/Data Definition/create-function.md b/docs/documentation/cn/sql-reference/sql-statements/Data Definition/create-function.md index 46a4097cb5..67ca3c5486 100644 --- a/docs/documentation/cn/sql-reference/sql-statements/Data Definition/create-function.md +++ b/docs/documentation/cn/sql-reference/sql-statements/Data Definition/create-function.md @@ -1,3 +1,22 @@ + + # CREATE FUNCTION ## description ### Syntax diff --git a/docs/documentation/cn/sql-reference/sql-statements/Data Definition/drop-function.md b/docs/documentation/cn/sql-reference/sql-statements/Data Definition/drop-function.md index 021c7474d5..66b92a3f1c 100644 --- a/docs/documentation/cn/sql-reference/sql-statements/Data Definition/drop-function.md +++ b/docs/documentation/cn/sql-reference/sql-statements/Data Definition/drop-function.md @@ -1,3 +1,22 @@ + + # DROP FUNCTION ## description ### Syntax diff --git a/docs/documentation/cn/sql-reference/sql-statements/Data Definition/show-function.md b/docs/documentation/cn/sql-reference/sql-statements/Data Definition/show-function.md index 9929ff573c..97d22aed2d 100644 --- a/docs/documentation/cn/sql-reference/sql-statements/Data Definition/show-function.md +++ b/docs/documentation/cn/sql-reference/sql-statements/Data Definition/show-function.md @@ -1,3 +1,22 @@ + + # SHOW FUNCTION ## description ### Syntax diff --git a/docs/documentation/cn/sql-reference/sql-statements/Data Manipulation/BROKER LOAD.md b/docs/documentation/cn/sql-reference/sql-statements/Data Manipulation/BROKER LOAD.md index 99bc7edefe..cb8386e213 100644 --- a/docs/documentation/cn/sql-reference/sql-statements/Data Manipulation/BROKER LOAD.md +++ b/docs/documentation/cn/sql-reference/sql-statements/Data Manipulation/BROKER LOAD.md @@ -1,3 +1,22 @@ + + # BROKER LOAD ## description diff --git a/docs/documentation/cn/sql-reference/sql-statements/Data Manipulation/CANCEL LOAD.md b/docs/documentation/cn/sql-reference/sql-statements/Data Manipulation/CANCEL LOAD.md index 02dbb25e66..f21ebbeab6 100644 --- a/docs/documentation/cn/sql-reference/sql-statements/Data Manipulation/CANCEL LOAD.md +++ b/docs/documentation/cn/sql-reference/sql-statements/Data Manipulation/CANCEL LOAD.md @@ -1,3 +1,22 @@ + + # CANCEL LOAD ## description diff --git a/docs/documentation/cn/sql-reference/sql-statements/Data Manipulation/DELETE.md b/docs/documentation/cn/sql-reference/sql-statements/Data Manipulation/DELETE.md index 2ed78e10c8..a902e89130 100644 --- a/docs/documentation/cn/sql-reference/sql-statements/Data Manipulation/DELETE.md +++ b/docs/documentation/cn/sql-reference/sql-statements/Data Manipulation/DELETE.md @@ -1,3 +1,22 @@ + + # DELETE ## description diff --git a/docs/documentation/cn/sql-reference/sql-statements/Data Manipulation/EXPORT.md b/docs/documentation/cn/sql-reference/sql-statements/Data Manipulation/EXPORT.md index 61fc286aef..0955f20a7e 100644 --- a/docs/documentation/cn/sql-reference/sql-statements/Data Manipulation/EXPORT.md +++ b/docs/documentation/cn/sql-reference/sql-statements/Data Manipulation/EXPORT.md @@ -1,3 +1,22 @@ + + # EXPORT ## description diff --git a/docs/documentation/cn/sql-reference/sql-statements/Data Manipulation/LOAD.md b/docs/documentation/cn/sql-reference/sql-statements/Data Manipulation/LOAD.md index 9bde11c1da..f9299c3c32 100644 --- a/docs/documentation/cn/sql-reference/sql-statements/Data Manipulation/LOAD.md +++ b/docs/documentation/cn/sql-reference/sql-statements/Data Manipulation/LOAD.md @@ -1,3 +1,22 @@ + + # LOAD ## description diff --git a/docs/documentation/cn/sql-reference/sql-statements/Data Manipulation/MINI LOAD.md b/docs/documentation/cn/sql-reference/sql-statements/Data Manipulation/MINI LOAD.md index b13d8f286c..f9d3ccd19e 100644 --- a/docs/documentation/cn/sql-reference/sql-statements/Data Manipulation/MINI LOAD.md +++ b/docs/documentation/cn/sql-reference/sql-statements/Data Manipulation/MINI LOAD.md @@ -1,3 +1,22 @@ + + # MINI LOAD ## description diff --git a/docs/documentation/cn/sql-reference/sql-statements/Data Manipulation/MULTI LOAD.md b/docs/documentation/cn/sql-reference/sql-statements/Data Manipulation/MULTI LOAD.md index dc58fb39d7..cc1bb0c2bc 100644 --- a/docs/documentation/cn/sql-reference/sql-statements/Data Manipulation/MULTI LOAD.md +++ b/docs/documentation/cn/sql-reference/sql-statements/Data Manipulation/MULTI LOAD.md @@ -1,3 +1,22 @@ + + # MULTI LOAD ## description diff --git a/docs/documentation/cn/sql-reference/sql-statements/Data Manipulation/PAUSE ROUTINE LOAD.md b/docs/documentation/cn/sql-reference/sql-statements/Data Manipulation/PAUSE ROUTINE LOAD.md index 13a371d052..b70a415ec5 100644 --- a/docs/documentation/cn/sql-reference/sql-statements/Data Manipulation/PAUSE ROUTINE LOAD.md +++ b/docs/documentation/cn/sql-reference/sql-statements/Data Manipulation/PAUSE ROUTINE LOAD.md @@ -1,3 +1,22 @@ + + # PAUSE ROUTINE LOAD ## example diff --git a/docs/documentation/cn/sql-reference/sql-statements/Data Manipulation/RESUME ROUTINE LOAD.md b/docs/documentation/cn/sql-reference/sql-statements/Data Manipulation/RESUME ROUTINE LOAD.md index 2401b627ef..d7b762212c 100644 --- a/docs/documentation/cn/sql-reference/sql-statements/Data Manipulation/RESUME ROUTINE LOAD.md +++ b/docs/documentation/cn/sql-reference/sql-statements/Data Manipulation/RESUME ROUTINE LOAD.md @@ -1,3 +1,22 @@ + + # RESUME ROUTINE LOAD ## example diff --git a/docs/documentation/cn/sql-reference/sql-statements/Data Manipulation/ROUTINE LOAD.md b/docs/documentation/cn/sql-reference/sql-statements/Data Manipulation/ROUTINE LOAD.md index 3c38b9f94d..33c4d59e40 100644 --- a/docs/documentation/cn/sql-reference/sql-statements/Data Manipulation/ROUTINE LOAD.md +++ b/docs/documentation/cn/sql-reference/sql-statements/Data Manipulation/ROUTINE LOAD.md @@ -1,3 +1,22 @@ + + # ROUTINE LOAD ## description diff --git a/docs/documentation/cn/sql-reference/sql-statements/Data Manipulation/SHOW ALTER.md b/docs/documentation/cn/sql-reference/sql-statements/Data Manipulation/SHOW ALTER.md index 54d1d51fe6..a7678b04f7 100644 --- a/docs/documentation/cn/sql-reference/sql-statements/Data Manipulation/SHOW ALTER.md +++ b/docs/documentation/cn/sql-reference/sql-statements/Data Manipulation/SHOW ALTER.md @@ -1,3 +1,22 @@ + + # SHOW ALTER ## description 该语句用于展示当前正在进行的各类修改任务的执行情况 diff --git a/docs/documentation/cn/sql-reference/sql-statements/Data Manipulation/SHOW BACKUP.md b/docs/documentation/cn/sql-reference/sql-statements/Data Manipulation/SHOW BACKUP.md index 97ad8c193f..b10e865706 100644 --- a/docs/documentation/cn/sql-reference/sql-statements/Data Manipulation/SHOW BACKUP.md +++ b/docs/documentation/cn/sql-reference/sql-statements/Data Manipulation/SHOW BACKUP.md @@ -1,3 +1,22 @@ + + # SHOW BACKUP ## description 该语句用于查看 BACKUP 任务 diff --git a/docs/documentation/cn/sql-reference/sql-statements/Data Manipulation/SHOW DATA.md b/docs/documentation/cn/sql-reference/sql-statements/Data Manipulation/SHOW DATA.md index 961758677e..48c0d7029b 100644 --- a/docs/documentation/cn/sql-reference/sql-statements/Data Manipulation/SHOW DATA.md +++ b/docs/documentation/cn/sql-reference/sql-statements/Data Manipulation/SHOW DATA.md @@ -1,3 +1,22 @@ + + # SHOW DATA ## description 该语句用于展示数据量 diff --git a/docs/documentation/cn/sql-reference/sql-statements/Data Manipulation/SHOW DATABASES.md b/docs/documentation/cn/sql-reference/sql-statements/Data Manipulation/SHOW DATABASES.md index bc46fd04ba..823dd833a6 100644 --- a/docs/documentation/cn/sql-reference/sql-statements/Data Manipulation/SHOW DATABASES.md +++ b/docs/documentation/cn/sql-reference/sql-statements/Data Manipulation/SHOW DATABASES.md @@ -1,3 +1,22 @@ + + # SHOW DATABASES ## description 该语句用于展示当前可见的 db diff --git a/docs/documentation/cn/sql-reference/sql-statements/Data Manipulation/SHOW DELETE.md b/docs/documentation/cn/sql-reference/sql-statements/Data Manipulation/SHOW DELETE.md index 89af796c75..023bed004f 100644 --- a/docs/documentation/cn/sql-reference/sql-statements/Data Manipulation/SHOW DELETE.md +++ b/docs/documentation/cn/sql-reference/sql-statements/Data Manipulation/SHOW DELETE.md @@ -1,3 +1,22 @@ + + # SHOW DELETE ## description 该语句用于展示已执行成功的历史 delete 任务 diff --git a/docs/documentation/cn/sql-reference/sql-statements/Data Manipulation/SHOW EXPORT.md b/docs/documentation/cn/sql-reference/sql-statements/Data Manipulation/SHOW EXPORT.md index 54de1c9b64..f91f1b03d7 100644 --- a/docs/documentation/cn/sql-reference/sql-statements/Data Manipulation/SHOW EXPORT.md +++ b/docs/documentation/cn/sql-reference/sql-statements/Data Manipulation/SHOW EXPORT.md @@ -1,3 +1,22 @@ + + # SHOW EXPORT ## description 该语句用于展示指定的导出任务的执行情况 diff --git a/docs/documentation/cn/sql-reference/sql-statements/Data Manipulation/SHOW LOAD.md b/docs/documentation/cn/sql-reference/sql-statements/Data Manipulation/SHOW LOAD.md index c4b56bd2c0..7997a3a861 100644 --- a/docs/documentation/cn/sql-reference/sql-statements/Data Manipulation/SHOW LOAD.md +++ b/docs/documentation/cn/sql-reference/sql-statements/Data Manipulation/SHOW LOAD.md @@ -1,3 +1,22 @@ + + # SHOW LOAD ## description 该语句用于展示指定的导入任务的执行情况 diff --git a/docs/documentation/cn/sql-reference/sql-statements/Data Manipulation/SHOW PARTITIONS.md b/docs/documentation/cn/sql-reference/sql-statements/Data Manipulation/SHOW PARTITIONS.md index 44e959b55b..be01915cbc 100644 --- a/docs/documentation/cn/sql-reference/sql-statements/Data Manipulation/SHOW PARTITIONS.md +++ b/docs/documentation/cn/sql-reference/sql-statements/Data Manipulation/SHOW PARTITIONS.md @@ -1,3 +1,22 @@ + + # SHOW PARTITIONS ## description 该语句用于展示分区信息 diff --git a/docs/documentation/cn/sql-reference/sql-statements/Data Manipulation/SHOW PROPERTY.md b/docs/documentation/cn/sql-reference/sql-statements/Data Manipulation/SHOW PROPERTY.md index 17ca6eea5b..038e33033d 100644 --- a/docs/documentation/cn/sql-reference/sql-statements/Data Manipulation/SHOW PROPERTY.md +++ b/docs/documentation/cn/sql-reference/sql-statements/Data Manipulation/SHOW PROPERTY.md @@ -1,3 +1,22 @@ + + # SHOW PROPERTY ## description 该语句用于查看用户的属性 diff --git a/docs/documentation/cn/sql-reference/sql-statements/Data Manipulation/SHOW REPOSITORIES.md b/docs/documentation/cn/sql-reference/sql-statements/Data Manipulation/SHOW REPOSITORIES.md index 9fb7f15993..fe1f9e1f8f 100644 --- a/docs/documentation/cn/sql-reference/sql-statements/Data Manipulation/SHOW REPOSITORIES.md +++ b/docs/documentation/cn/sql-reference/sql-statements/Data Manipulation/SHOW REPOSITORIES.md @@ -1,3 +1,22 @@ + + # SHOW REPOSITORIES ## description 该语句用于查看当前已创建的仓库。 diff --git a/docs/documentation/cn/sql-reference/sql-statements/Data Manipulation/SHOW RESTORE.md b/docs/documentation/cn/sql-reference/sql-statements/Data Manipulation/SHOW RESTORE.md index 1139a62797..3ce61cae35 100644 --- a/docs/documentation/cn/sql-reference/sql-statements/Data Manipulation/SHOW RESTORE.md +++ b/docs/documentation/cn/sql-reference/sql-statements/Data Manipulation/SHOW RESTORE.md @@ -1,3 +1,22 @@ + + # SHOW RESTORE ## description 该语句用于查看 RESTORE 任务 diff --git a/docs/documentation/cn/sql-reference/sql-statements/Data Manipulation/SHOW ROUTINE LOAD TASK.md b/docs/documentation/cn/sql-reference/sql-statements/Data Manipulation/SHOW ROUTINE LOAD TASK.md index d01e3bb3c5..79b1cf711c 100644 --- a/docs/documentation/cn/sql-reference/sql-statements/Data Manipulation/SHOW ROUTINE LOAD TASK.md +++ b/docs/documentation/cn/sql-reference/sql-statements/Data Manipulation/SHOW ROUTINE LOAD TASK.md @@ -1,3 +1,22 @@ + + # SHOW ROUTINE LOAD TASK ## example diff --git a/docs/documentation/cn/sql-reference/sql-statements/Data Manipulation/SHOW ROUTINE LOAD.md b/docs/documentation/cn/sql-reference/sql-statements/Data Manipulation/SHOW ROUTINE LOAD.md index f453e6c2ca..bb8a1b8a6c 100644 --- a/docs/documentation/cn/sql-reference/sql-statements/Data Manipulation/SHOW ROUTINE LOAD.md +++ b/docs/documentation/cn/sql-reference/sql-statements/Data Manipulation/SHOW ROUTINE LOAD.md @@ -1,3 +1,22 @@ + + # SHOW ROUTINE LOAD ## example diff --git a/docs/documentation/cn/sql-reference/sql-statements/Data Manipulation/SHOW SNAPSHOT.md b/docs/documentation/cn/sql-reference/sql-statements/Data Manipulation/SHOW SNAPSHOT.md index 6758e865c3..d85eed623f 100644 --- a/docs/documentation/cn/sql-reference/sql-statements/Data Manipulation/SHOW SNAPSHOT.md +++ b/docs/documentation/cn/sql-reference/sql-statements/Data Manipulation/SHOW SNAPSHOT.md @@ -1,3 +1,22 @@ + + # SHOW SNAPSHOT ## description 该语句用于查看仓库中已存在的备份。 diff --git a/docs/documentation/cn/sql-reference/sql-statements/Data Manipulation/SHOW TABLES.md b/docs/documentation/cn/sql-reference/sql-statements/Data Manipulation/SHOW TABLES.md index b2670efd72..6c9c2382f6 100644 --- a/docs/documentation/cn/sql-reference/sql-statements/Data Manipulation/SHOW TABLES.md +++ b/docs/documentation/cn/sql-reference/sql-statements/Data Manipulation/SHOW TABLES.md @@ -1,3 +1,22 @@ + + # SHOW TABLES ## description 该语句用于展示当前 db 下所有的 table diff --git a/docs/documentation/cn/sql-reference/sql-statements/Data Manipulation/SHOW TABLET.md b/docs/documentation/cn/sql-reference/sql-statements/Data Manipulation/SHOW TABLET.md index 6f5085abc9..cb51d9b6cc 100644 --- a/docs/documentation/cn/sql-reference/sql-statements/Data Manipulation/SHOW TABLET.md +++ b/docs/documentation/cn/sql-reference/sql-statements/Data Manipulation/SHOW TABLET.md @@ -1,3 +1,22 @@ + + # SHOW TABLET ## description 该语句用于显示 tablet 相关的信息(仅管理员使用) diff --git a/docs/documentation/cn/sql-reference/sql-statements/Data Manipulation/STOP ROUTINE LOAD.md b/docs/documentation/cn/sql-reference/sql-statements/Data Manipulation/STOP ROUTINE LOAD.md index 3e7cd6f7ca..f71c5cf238 100644 --- a/docs/documentation/cn/sql-reference/sql-statements/Data Manipulation/STOP ROUTINE LOAD.md +++ b/docs/documentation/cn/sql-reference/sql-statements/Data Manipulation/STOP ROUTINE LOAD.md @@ -1,3 +1,22 @@ + + # STOP ROUTINE LOAD ## example diff --git a/docs/documentation/cn/sql-reference/sql-statements/Data Manipulation/STREAM LOAD.md b/docs/documentation/cn/sql-reference/sql-statements/Data Manipulation/STREAM LOAD.md index e871b46d15..edb642859c 100644 --- a/docs/documentation/cn/sql-reference/sql-statements/Data Manipulation/STREAM LOAD.md +++ b/docs/documentation/cn/sql-reference/sql-statements/Data Manipulation/STREAM LOAD.md @@ -1,3 +1,22 @@ + + # STREAM LOAD ## description NAME: diff --git a/docs/documentation/cn/sql-reference/sql-statements/Data Manipulation/insert.md b/docs/documentation/cn/sql-reference/sql-statements/Data Manipulation/insert.md index 2ffba1bc75..6483c20c8c 100644 --- a/docs/documentation/cn/sql-reference/sql-statements/Data Manipulation/insert.md +++ b/docs/documentation/cn/sql-reference/sql-statements/Data Manipulation/insert.md @@ -1,3 +1,22 @@ + + # INSERT ## description ### Syntax diff --git a/docs/documentation/cn/sql-reference/sql-statements/Data Types/BIGINT.md b/docs/documentation/cn/sql-reference/sql-statements/Data Types/BIGINT.md index 753a76e340..7533d5cbfa 100644 --- a/docs/documentation/cn/sql-reference/sql-statements/Data Types/BIGINT.md +++ b/docs/documentation/cn/sql-reference/sql-statements/Data Types/BIGINT.md @@ -1,3 +1,22 @@ + + # BIGINT ## description BIGINT diff --git a/docs/documentation/cn/sql-reference/sql-statements/Data Types/BOOLEAN.md b/docs/documentation/cn/sql-reference/sql-statements/Data Types/BOOLEAN.md index 691c0acfc3..7da0b7a7b7 100644 --- a/docs/documentation/cn/sql-reference/sql-statements/Data Types/BOOLEAN.md +++ b/docs/documentation/cn/sql-reference/sql-statements/Data Types/BOOLEAN.md @@ -1,3 +1,22 @@ + + # BOOLEAN ## description BOOL, BOOLEN diff --git a/docs/documentation/cn/sql-reference/sql-statements/Data Types/CHAR.md b/docs/documentation/cn/sql-reference/sql-statements/Data Types/CHAR.md index 510c658818..0aff8fe145 100644 --- a/docs/documentation/cn/sql-reference/sql-statements/Data Types/CHAR.md +++ b/docs/documentation/cn/sql-reference/sql-statements/Data Types/CHAR.md @@ -1,3 +1,22 @@ + + # CHAR ## description CHAR(M) diff --git a/docs/documentation/cn/sql-reference/sql-statements/Data Types/DATE.md b/docs/documentation/cn/sql-reference/sql-statements/Data Types/DATE.md index e66044d143..b06e5ea968 100644 --- a/docs/documentation/cn/sql-reference/sql-statements/Data Types/DATE.md +++ b/docs/documentation/cn/sql-reference/sql-statements/Data Types/DATE.md @@ -1,3 +1,22 @@ + + # DATE ## description DATE函数 diff --git a/docs/documentation/cn/sql-reference/sql-statements/Data Types/DATETIME.md b/docs/documentation/cn/sql-reference/sql-statements/Data Types/DATETIME.md index b46ca1a2b8..875149d371 100644 --- a/docs/documentation/cn/sql-reference/sql-statements/Data Types/DATETIME.md +++ b/docs/documentation/cn/sql-reference/sql-statements/Data Types/DATETIME.md @@ -1,3 +1,22 @@ + + # DATETIME ## description DATETIME diff --git a/docs/documentation/cn/sql-reference/sql-statements/Data Types/DECIMAL.md b/docs/documentation/cn/sql-reference/sql-statements/Data Types/DECIMAL.md index 3bfc97d557..e71911d443 100644 --- a/docs/documentation/cn/sql-reference/sql-statements/Data Types/DECIMAL.md +++ b/docs/documentation/cn/sql-reference/sql-statements/Data Types/DECIMAL.md @@ -1,3 +1,22 @@ + + # DECIMAL ## description DECIMAL(M[,D]) diff --git a/docs/documentation/cn/sql-reference/sql-statements/Data Types/DOUBLE.md b/docs/documentation/cn/sql-reference/sql-statements/Data Types/DOUBLE.md index 6762a1a0b2..72234da52b 100644 --- a/docs/documentation/cn/sql-reference/sql-statements/Data Types/DOUBLE.md +++ b/docs/documentation/cn/sql-reference/sql-statements/Data Types/DOUBLE.md @@ -1,3 +1,22 @@ + + # DOUBLE ## description DOUBLE diff --git a/docs/documentation/cn/sql-reference/sql-statements/Data Types/FLOAT.md b/docs/documentation/cn/sql-reference/sql-statements/Data Types/FLOAT.md index d7131dff25..c87ed69d62 100644 --- a/docs/documentation/cn/sql-reference/sql-statements/Data Types/FLOAT.md +++ b/docs/documentation/cn/sql-reference/sql-statements/Data Types/FLOAT.md @@ -1,3 +1,22 @@ + + # FLOAT ## description FLOAT diff --git a/docs/documentation/cn/sql-reference/sql-statements/Data Types/HLL.md b/docs/documentation/cn/sql-reference/sql-statements/Data Types/HLL.md index 0c9cecad85..f18df5fea8 100644 --- a/docs/documentation/cn/sql-reference/sql-statements/Data Types/HLL.md +++ b/docs/documentation/cn/sql-reference/sql-statements/Data Types/HLL.md @@ -1,3 +1,22 @@ + + # HLL(HyperLogLog) ## description VARCHAR(M) diff --git a/docs/documentation/cn/sql-reference/sql-statements/Data Types/INT.md b/docs/documentation/cn/sql-reference/sql-statements/Data Types/INT.md index 6419c8b3f5..17b42c0627 100644 --- a/docs/documentation/cn/sql-reference/sql-statements/Data Types/INT.md +++ b/docs/documentation/cn/sql-reference/sql-statements/Data Types/INT.md @@ -1,3 +1,22 @@ + + # INT ## description INT diff --git a/docs/documentation/cn/sql-reference/sql-statements/Data Types/LARGEINT.md b/docs/documentation/cn/sql-reference/sql-statements/Data Types/LARGEINT.md index b15df26745..84034b1426 100644 --- a/docs/documentation/cn/sql-reference/sql-statements/Data Types/LARGEINT.md +++ b/docs/documentation/cn/sql-reference/sql-statements/Data Types/LARGEINT.md @@ -1,3 +1,22 @@ + + # LARGEINT ## description LARGEINT diff --git a/docs/documentation/cn/sql-reference/sql-statements/Data Types/SMALLINT.md b/docs/documentation/cn/sql-reference/sql-statements/Data Types/SMALLINT.md index 311ab81830..59d49432e5 100644 --- a/docs/documentation/cn/sql-reference/sql-statements/Data Types/SMALLINT.md +++ b/docs/documentation/cn/sql-reference/sql-statements/Data Types/SMALLINT.md @@ -1,3 +1,22 @@ + + # SMALLINT ## description SMALLINT diff --git a/docs/documentation/cn/sql-reference/sql-statements/Data Types/TINYINT.md b/docs/documentation/cn/sql-reference/sql-statements/Data Types/TINYINT.md index ca29a3d343..a8b079491e 100644 --- a/docs/documentation/cn/sql-reference/sql-statements/Data Types/TINYINT.md +++ b/docs/documentation/cn/sql-reference/sql-statements/Data Types/TINYINT.md @@ -1,3 +1,22 @@ + + # TINYINT ## description TINYINT diff --git a/docs/documentation/cn/sql-reference/sql-statements/Data Types/VARCHAR.md b/docs/documentation/cn/sql-reference/sql-statements/Data Types/VARCHAR.md index d7791b1dd8..b2819f87a3 100644 --- a/docs/documentation/cn/sql-reference/sql-statements/Data Types/VARCHAR.md +++ b/docs/documentation/cn/sql-reference/sql-statements/Data Types/VARCHAR.md @@ -1,3 +1,22 @@ + + # VARCHAR ## description VARCHAR(M) diff --git a/docs/documentation/cn/sql-reference/sql-statements/Utility/DESCRIBE.md b/docs/documentation/cn/sql-reference/sql-statements/Utility/DESCRIBE.md index 960e1208b1..99e704365f 100644 --- a/docs/documentation/cn/sql-reference/sql-statements/Utility/DESCRIBE.md +++ b/docs/documentation/cn/sql-reference/sql-statements/Utility/DESCRIBE.md @@ -1,3 +1,22 @@ + + # DESCRIBE ## description 该语句用于展示指定 table 的 schema 信息 diff --git a/docs/documentation/en/administrator-guide/backup-restore_EN.md b/docs/documentation/en/administrator-guide/backup-restore_EN.md index e06af4c987..e740f5a030 100644 --- a/docs/documentation/en/administrator-guide/backup-restore_EN.md +++ b/docs/documentation/en/administrator-guide/backup-restore_EN.md @@ -1,3 +1,22 @@ + + # Backup and Recovery Doris supports the backup of current data in the form of files to remote storage systems via broker. The data can then be restored from the remote storage system to any Doris cluster by the restore command. With this feature, Doris can support regular snapshot backups of data. It can also be used to migrate data between different clusters. diff --git a/docs/documentation/en/administrator-guide/colocation-join_EN.md b/docs/documentation/en/administrator-guide/colocation-join_EN.md index a9498dcfde..8802dd2aea 100644 --- a/docs/documentation/en/administrator-guide/colocation-join_EN.md +++ b/docs/documentation/en/administrator-guide/colocation-join_EN.md @@ -1,3 +1,22 @@ + + # Colocation Join Colocation Join is a new feature introduced in Doris 0.9. The purpose of this paper is to provide local optimization for some Join queries to reduce data transmission time between nodes and speed up queries. diff --git a/docs/documentation/en/administrator-guide/config/fe_config_en.md b/docs/documentation/en/administrator-guide/config/fe_config_en.md index 4234f4ced6..43b7d15366 100644 --- a/docs/documentation/en/administrator-guide/config/fe_config_en.md +++ b/docs/documentation/en/administrator-guide/config/fe_config_en.md @@ -1,3 +1,22 @@ + + # Configuration ## brpc_max_body_size diff --git a/docs/documentation/en/administrator-guide/export_manual_EN.md b/docs/documentation/en/administrator-guide/export_manual_EN.md index 12617b99d3..9a3f094d9c 100644 --- a/docs/documentation/en/administrator-guide/export_manual_EN.md +++ b/docs/documentation/en/administrator-guide/export_manual_EN.md @@ -1,3 +1,22 @@ + + # Data export Export is a function provided by Doris to export data. This function can export user-specified table or partition data in text format to remote storage through Broker process, such as HDFS/BOS. diff --git a/docs/documentation/en/administrator-guide/http-actions/cancel-label_EN.md b/docs/documentation/en/administrator-guide/http-actions/cancel-label_EN.md index 140df33893..ba7cab419c 100644 --- a/docs/documentation/en/administrator-guide/http-actions/cancel-label_EN.md +++ b/docs/documentation/en/administrator-guide/http-actions/cancel-label_EN.md @@ -1,3 +1,22 @@ + + # CANCEL LABEL ## description NAME: diff --git a/docs/documentation/en/administrator-guide/http-actions/fe-get-log-file_EN.md b/docs/documentation/en/administrator-guide/http-actions/fe-get-log-file_EN.md index 86cffa4db3..a84aa005c1 100644 --- a/docs/documentation/en/administrator-guide/http-actions/fe-get-log-file_EN.md +++ b/docs/documentation/en/administrator-guide/http-actions/fe-get-log-file_EN.md @@ -1,3 +1,22 @@ + + # get\_log\_file To get FE log via HTTP diff --git a/docs/documentation/en/administrator-guide/http-actions/get-label-state_EN.md b/docs/documentation/en/administrator-guide/http-actions/get-label-state_EN.md index 4d0aba48a9..bceb37af9b 100644 --- a/docs/documentation/en/administrator-guide/http-actions/get-label-state_EN.md +++ b/docs/documentation/en/administrator-guide/http-actions/get-label-state_EN.md @@ -1,3 +1,22 @@ + + # GET LABEL STATE ## description NAME: diff --git a/docs/documentation/en/administrator-guide/http-actions/restore-tablet_EN.md b/docs/documentation/en/administrator-guide/http-actions/restore-tablet_EN.md index 38ec8cf9a2..d08bc1d3f3 100644 --- a/docs/documentation/en/administrator-guide/http-actions/restore-tablet_EN.md +++ b/docs/documentation/en/administrator-guide/http-actions/restore-tablet_EN.md @@ -1,3 +1,22 @@ + + # RESTORE TABLET ## description diff --git a/docs/documentation/en/administrator-guide/load-data/broker-load-manual_EN.md b/docs/documentation/en/administrator-guide/load-data/broker-load-manual_EN.md index 87304d7fde..134682e0ef 100644 --- a/docs/documentation/en/administrator-guide/load-data/broker-load-manual_EN.md +++ b/docs/documentation/en/administrator-guide/load-data/broker-load-manual_EN.md @@ -1,3 +1,22 @@ + + # Broker Load Broker load is an asynchronous import method, and the data source supported depends on the data source supported by the Broker process. diff --git a/docs/documentation/en/administrator-guide/load-data/insert-into-manual_EN.md b/docs/documentation/en/administrator-guide/load-data/insert-into-manual_EN.md index 6d3024b2da..3e9dbbc953 100644 --- a/docs/documentation/en/administrator-guide/load-data/insert-into-manual_EN.md +++ b/docs/documentation/en/administrator-guide/load-data/insert-into-manual_EN.md @@ -1,3 +1,22 @@ + + # Insert Into The use of Insert Into statements is similar to that of Insert Into statements in databases such as MySQL. But in Doris, all data writing is a separate import job. So Insert Into is also introduced here as an import method. diff --git a/docs/documentation/en/administrator-guide/load-data/load-manual_EN.md b/docs/documentation/en/administrator-guide/load-data/load-manual_EN.md index cb4222ea1f..fbbe89f29e 100644 --- a/docs/documentation/en/administrator-guide/load-data/load-manual_EN.md +++ b/docs/documentation/en/administrator-guide/load-data/load-manual_EN.md @@ -1,3 +1,22 @@ + + # Introduction Overview The Load function is to import the user's raw data into Doris. After successful import, users can query data through Mysql client. diff --git a/docs/documentation/en/administrator-guide/load-data/routine-load-manual_EN.md b/docs/documentation/en/administrator-guide/load-data/routine-load-manual_EN.md index 2199e26231..9079330af6 100644 --- a/docs/documentation/en/administrator-guide/load-data/routine-load-manual_EN.md +++ b/docs/documentation/en/administrator-guide/load-data/routine-load-manual_EN.md @@ -1,3 +1,22 @@ + + # Routine Load The Routine Load feature provides users with a way to automatically load data from a specified data source. diff --git a/docs/documentation/en/administrator-guide/load-data/stream-load-manual_EN.md b/docs/documentation/en/administrator-guide/load-data/stream-load-manual_EN.md index a397997684..37238dffe9 100644 --- a/docs/documentation/en/administrator-guide/load-data/stream-load-manual_EN.md +++ b/docs/documentation/en/administrator-guide/load-data/stream-load-manual_EN.md @@ -1,3 +1,22 @@ + + # Stream load Stream load is a synchronous way of importing. Users import local files or data streams into Doris by sending HTTP protocol requests. Stream load synchronously executes the import and returns the import result. Users can directly determine whether the import is successful by the return body of the request. diff --git a/docs/documentation/en/administrator-guide/operation/metadata-operation_EN.md b/docs/documentation/en/administrator-guide/operation/metadata-operation_EN.md index 0dd119e4f2..e3fc346237 100644 --- a/docs/documentation/en/administrator-guide/operation/metadata-operation_EN.md +++ b/docs/documentation/en/administrator-guide/operation/metadata-operation_EN.md @@ -1,3 +1,22 @@ + + # Metadata Operations and Maintenance This document focuses on how to manage Doris metadata in a real production environment. It includes the proposed deployment of FE nodes, some commonly used operational methods, and common error resolution methods. diff --git a/docs/documentation/en/administrator-guide/operation/monitor-alert_EN.md b/docs/documentation/en/administrator-guide/operation/monitor-alert_EN.md index 784ece8d76..d8a82a767d 100644 --- a/docs/documentation/en/administrator-guide/operation/monitor-alert_EN.md +++ b/docs/documentation/en/administrator-guide/operation/monitor-alert_EN.md @@ -1,3 +1,22 @@ + + # Monitoring and alarming This document mainly introduces Doris's monitoring items and how to collect and display them. And how to configure alarm (TODO) diff --git a/docs/documentation/en/administrator-guide/operation/multi-tenant_EN.md b/docs/documentation/en/administrator-guide/operation/multi-tenant_EN.md index 9583c2ddc5..5b3c263e29 100644 --- a/docs/documentation/en/administrator-guide/operation/multi-tenant_EN.md +++ b/docs/documentation/en/administrator-guide/operation/multi-tenant_EN.md @@ -1,3 +1,22 @@ + + # Multi-tenancy(Exprimental) This function is experimental and is not recommended for use in production environment. diff --git a/docs/documentation/en/administrator-guide/operation/tablet-meta-tool_EN.md b/docs/documentation/en/administrator-guide/operation/tablet-meta-tool_EN.md index da1023fdc8..c71d7ae3d7 100644 --- a/docs/documentation/en/administrator-guide/operation/tablet-meta-tool_EN.md +++ b/docs/documentation/en/administrator-guide/operation/tablet-meta-tool_EN.md @@ -1,3 +1,22 @@ + + # Tablet metadata management tool ## Background diff --git a/docs/documentation/en/administrator-guide/operation/tablet-repair-and-balance_EN.md b/docs/documentation/en/administrator-guide/operation/tablet-repair-and-balance_EN.md index 804f0c006f..3db7238243 100644 --- a/docs/documentation/en/administrator-guide/operation/tablet-repair-and-balance_EN.md +++ b/docs/documentation/en/administrator-guide/operation/tablet-repair-and-balance_EN.md @@ -1,3 +1,22 @@ + + # Data replica management Beginning with version 0.9.0, Doris introduced an optimized replica management strategy and supported a richer replica status viewing tool. This document focuses on Doris data replica balancing, repair scheduling strategies, and replica management operations and maintenance methods. Help users to more easily master and manage the replica status in the cluster. diff --git a/docs/documentation/en/administrator-guide/privilege_EN.md b/docs/documentation/en/administrator-guide/privilege_EN.md index dbff3c8eb9..439042842c 100644 --- a/docs/documentation/en/administrator-guide/privilege_EN.md +++ b/docs/documentation/en/administrator-guide/privilege_EN.md @@ -1,3 +1,22 @@ + + # Authority Management Doris's new privilege management system refers to Mysql's privilege management mechanism, achieves table-level fine-grained privilege control, role-based privilege access control, and supports whitelist mechanism. diff --git a/docs/documentation/en/administrator-guide/small-file-mgr_EN.md b/docs/documentation/en/administrator-guide/small-file-mgr_EN.md index 297f85ef58..54f23be6f6 100644 --- a/docs/documentation/en/administrator-guide/small-file-mgr_EN.md +++ b/docs/documentation/en/administrator-guide/small-file-mgr_EN.md @@ -1,3 +1,22 @@ + + # File Manager Some functions in Doris require some user-defined files. For example, public keys, key files, certificate files and so on are used to access external data sources. The File Manager provides a function that allows users to upload these files in advance and save them in Doris system, which can then be referenced or accessed in other commands. diff --git a/docs/documentation/en/administrator-guide/sql-mode_EN.md b/docs/documentation/en/administrator-guide/sql-mode_EN.md index d8f53592d6..0c1ea0296a 100644 --- a/docs/documentation/en/administrator-guide/sql-mode_EN.md +++ b/docs/documentation/en/administrator-guide/sql-mode_EN.md @@ -1,17 +1,40 @@ -#SQL MODE + + +# SQL MODE + The SQL MODE supported by Doris refers to the sql mode management mechanism of MySQL. Each client can set its own sql mode, and the database administrator with admin permission can set the global sql mode. -##Sql mode introduction +## Sql mode introduction + SQL MODE enables users to switch between different styles of SQL syntax and data verification strictness, making Doris more compatible with other databases. For example, in some databases, the '||' symbol is a string connector, but in Doris it is equivalent to 'or'. At this time, users only need to use SQL mode to switch to the style they want. Each client can set sql mode, which is valid in the current conversation. Only users with admin permission can set global SQL mode. -##Theory +## Theory + SQL MODE is stored in session variables with a 64 bit long type. Each bit of this address represents the on / off (1 for on, 0 for off) state of a mode. As long as we know the specific bit of each mode, we can easily and quickly verify and operate SQL mode through bit operation. Every time you query sql mode, the long type will be parsed into a user-readable string. Similarly, the sql mode string sent by the user to the server will be parsed into a long type that can be stored in session variables. The set global sql mode will be persisted, so the operation on the global sql mode is always only once, even after the program is restarted, the last global sql mode can be recovered. -##Operation +## Operation + 1、set sql mode ``` @@ -35,8 +58,10 @@ show global variables show session variables ``` -##supported mode +## supported mode + (Work in progress) -##combine mode +## combine mode + (Work in progress) \ No newline at end of file diff --git a/docs/documentation/en/administrator-guide/time-zone_EN.md b/docs/documentation/en/administrator-guide/time-zone_EN.md index 1ba66682d5..8e174fba21 100644 --- a/docs/documentation/en/administrator-guide/time-zone_EN.md +++ b/docs/documentation/en/administrator-guide/time-zone_EN.md @@ -1,3 +1,22 @@ + + # Time zone Doris supports multiple time zone settings diff --git a/docs/documentation/en/community/gitter_EN.md b/docs/documentation/en/community/gitter_EN.md index 7c77a77f3c..94833d9508 100644 --- a/docs/documentation/en/community/gitter_EN.md +++ b/docs/documentation/en/community/gitter_EN.md @@ -1,3 +1,22 @@ + + # Gitter Manual ## Gitter introduction diff --git a/docs/documentation/en/community/how-to-contribute_EN.md b/docs/documentation/en/community/how-to-contribute_EN.md index 8b72d716f6..c027c77a69 100644 --- a/docs/documentation/en/community/how-to-contribute_EN.md +++ b/docs/documentation/en/community/how-to-contribute_EN.md @@ -1,3 +1,22 @@ + + # Contribute to Doris Thank you very much for your interest in the Doris project. We welcome your suggestions, comments (including criticisms), comments and contributions to the Doris project. diff --git a/docs/documentation/en/community/members_EN.md b/docs/documentation/en/community/members_EN.md index 106b1a5433..52d8aafd3e 100644 --- a/docs/documentation/en/community/members_EN.md +++ b/docs/documentation/en/community/members_EN.md @@ -1,3 +1,22 @@ + + # PMC Members & Committer ## Mentors (3) diff --git a/docs/documentation/en/community/pull-request_EN.md b/docs/documentation/en/community/pull-request_EN.md index 6db5535bcb..9da220e14f 100644 --- a/docs/documentation/en/community/pull-request_EN.md +++ b/docs/documentation/en/community/pull-request_EN.md @@ -1,3 +1,22 @@ + + # Code Submission Guide [Pull Request (PR)] (https://help.github.com/articles/about-pull-requests/) can be easily submitted on [Github] (https://github.com/apache/incubator-doris). The PR method of Doris project is described below. diff --git a/docs/documentation/en/community/release-process_EN.md b/docs/documentation/en/community/release-process_EN.md index 520a2e78f3..809d321ad5 100644 --- a/docs/documentation/en/community/release-process_EN.md +++ b/docs/documentation/en/community/release-process_EN.md @@ -1,3 +1,22 @@ + + # Publish of Apache Doris Apache publishing must be at least an IPMC member, a commiter with Apache mailboxes, a role called release manager. diff --git a/docs/documentation/en/community/subscribe-mail-list_EN.md b/docs/documentation/en/community/subscribe-mail-list_EN.md index 48a24e8e50..305526cbb8 100644 --- a/docs/documentation/en/community/subscribe-mail-list_EN.md +++ b/docs/documentation/en/community/subscribe-mail-list_EN.md @@ -1,3 +1,22 @@ + + # Subscribe to mailing lists Mail List is the most recognized form of communication in Apache community. Generally speaking, open source community questions and answers, technical discussions, transaction decisions are carried through mailing lists. The asynchronous and broadcasting features of mailing lists are also very suitable for communication in open source communities. So how do you subscribe to Apache Doris (incubating) mailing lists? It mainly includes the following five steps. diff --git a/docs/documentation/en/community/verify-apache-release_EN.md b/docs/documentation/en/community/verify-apache-release_EN.md index 803bb5bae7..0da359b964 100644 --- a/docs/documentation/en/community/verify-apache-release_EN.md +++ b/docs/documentation/en/community/verify-apache-release_EN.md @@ -1,3 +1,22 @@ + + # Verify Apache Release To verify the release, following checklist can used to reference: diff --git a/docs/documentation/en/developer-guide/debug-tool.md b/docs/documentation/en/developer-guide/debug-tool.md index 530506a043..1e221898d2 100644 --- a/docs/documentation/en/developer-guide/debug-tool.md +++ b/docs/documentation/en/developer-guide/debug-tool.md @@ -1,3 +1,22 @@ + + # Debug Tool In the process of using and developing Doris, we often encounter scenarios that need to debug Doris. Here are some common debugging tools. diff --git a/docs/documentation/en/extending-doris/doris-on-es_EN.md b/docs/documentation/en/extending-doris/doris-on-es_EN.md index 66fd1157a3..8503816b2b 100644 --- a/docs/documentation/en/extending-doris/doris-on-es_EN.md +++ b/docs/documentation/en/extending-doris/doris-on-es_EN.md @@ -1,3 +1,22 @@ + + # Doris On ES Doris-On-ES combines Doris's distributed query planning capability with ES (Elastic search)'s full-text search capability to provide a more complete OLAP scenario solution: @@ -196,10 +215,12 @@ The following operators are optimized to push down filters as follows: 1. ES Version Requirements -The main version of ES is larger than 5. The scanning mode of ES data before 2. X and after 5. x is different. At present, the scanning mode of ES data after 5. x is supported. + The main version of ES is larger than 5. The scanning mode of ES data before 2. X and after 5. x is different. At present, the scanning mode of ES data after 5. x is supported. + 2. Does ES Cluster Support X-Pack Authentication -Support all ES clusters using HTTP Basic authentication + Support all ES clusters using HTTP Basic authentication + 3. Some queries are much slower than requesting ES -Yes, for example, query related to _count, etc., the ES internal will directly read the number of documents that meet the requirements of the relevant metadata, without the need to filter the real data. + Yes, for example, query related to _count, etc., the ES internal will directly read the number of documents that meet the requirements of the relevant metadata, without the need to filter the real data. diff --git a/docs/documentation/en/extending-doris/user-defined-function_EN.md b/docs/documentation/en/extending-doris/user-defined-function_EN.md index 520dd68522..e60b8f5b74 100644 --- a/docs/documentation/en/extending-doris/user-defined-function_EN.md +++ b/docs/documentation/en/extending-doris/user-defined-function_EN.md @@ -1,3 +1,22 @@ + + # User Define Function Users can extend Doris's capabilities through UDF mechanisms. Through this document, users can create their own UDF. diff --git a/docs/documentation/en/getting-started/advance-usage_EN.md b/docs/documentation/en/getting-started/advance-usage_EN.md index 9b0d7fd609..b33765c8d4 100644 --- a/docs/documentation/en/getting-started/advance-usage_EN.md +++ b/docs/documentation/en/getting-started/advance-usage_EN.md @@ -1,3 +1,22 @@ + + # Advanced Use Guide Here we introduce some of Doris's advanced features. @@ -21,8 +40,8 @@ Schema of Table 1 is as follows: +----------+-------------+------+-------+---------+-------+ | siteid | int(11) | No | true | 10 | | | citycode | smallint(6) | No | true | N/A | | -1242, 1242, 1246, Varchar (32), 1244, 1244, True'124; 124; -S/PV.124; PV.124; Bigint (20); No.124; fals_124; 0_124; Sum_124; +| username | varchar(32) | No | true | | | +| pv | bigint(20) | No | false | 0 | SUM | +----------+-------------+------+-------+---------+-------+ ``` @@ -36,7 +55,7 @@ After successful submission, you can view the progress of the job by following c When the job state is FINISHED, the job is completed. The new Schema is in force. -After ALTER TABLE is completed, you can view the latest Schema through `DESC TABLE'. +After ALTER TABLE is completed, you can view the latest Schema through `DESC TABLE`. ``` mysql> DESC table1; @@ -45,9 +64,9 @@ mysql> DESC table1; +----------+-------------+------+-------+---------+-------+ | siteid | int(11) | No | true | 10 | | | citycode | smallint(6) | No | true | N/A | | -1242, 1242, 1246, Varchar (32), 1244, 1244, True'124; 124; -S/PV.124; PV.124; Bigint (20); No.124; fals_124; 0_124; Sum_124; -UV Bigint (20) False 0 Sum 20 False 0 0 Sum 20 False 20 False False 0 Ultraviolet Ultraviolet Ultraviolet Ultraviolet +| username | varchar(32) | No | true | | | +| pv | bigint(20) | No | false | 0 | SUM | +| uv | bigint(20) | No | false | 0 | SUM | +----------+-------------+------+-------+---------+-------+ 5 rows in set (0.00 sec) ``` @@ -72,9 +91,9 @@ Schema of Table 1 is as follows: +----------+-------------+------+-------+---------+-------+ | siteid | int(11) | No | true | 10 | | | citycode | smallint(6) | No | true | N/A | | -1242, 1242, 1246, Varchar (32), 1244, 1244, True'124; 124; -S/PV.124; PV.124; Bigint (20); No.124; fals_124; 0_124; Sum_124; -UV Bigint (20) False 0 Sum 20 False 0 0 Sum 20 False 20 False False 0 Ultraviolet Ultraviolet Ultraviolet Ultraviolet +| username | varchar(32) | No | true | | | +| pv | bigint(20) | No | false | 0 | SUM | +| uv | bigint(20) | No | false | 0 | SUM | +----------+-------------+------+-------+---------+-------+ ``` @@ -97,12 +116,12 @@ mysql> desc table1 all; +-------------+----------+-------------+------+-------+---------+-------+ | table1 | siteid | int(11) | No | true | 10 | | | | citycode | smallint(6) | No | true | N/A | | -1.1.2.1.2.1.1.2.2.1.1.1.1.2.1.1.2 124; "Username" - 124; Varchar (32) 124; No.124; True_124; "124"; -Regulation 124; 1246; 12420; 12424; 12444; 1244; 1240; 1240; 1244; -UV = 124; UV = 124; Bigint (20) False 0 Sum +| | username | varchar(32) | No | true | | | +| | pv | bigint(20) | No | false | 0 | SUM | +| | uv | bigint(20) | No | false | 0 | SUM | | | | | | | | | | rollup_city | citycode | smallint(6) | No | true | N/A | | -Regulation 124; 1246; 12420; 12424; 12444; 1244; 1240; 1240; 1244; +| | pv | bigint(20) | No | false | 0 | SUM | +-------------+----------+-------------+------+-------+---------+-------+ 8 rows in set (0.01 sec) ``` @@ -113,7 +132,7 @@ The following command can be used to cancel the job currently being executed: After Rollup is established, the query does not need to specify Rollup to query. Or specify the original table for query. The program automatically determines whether Rollup should be used. Whether Rollup is hit or not can be viewed by the `EXPLAIN your_sql;'command. -For more help, see `HELP ALTER TABLE'. +For more help, see `HELP ALTER TABLE`. ## 2 Query of Data Table @@ -121,7 +140,7 @@ For more help, see `HELP ALTER TABLE'. To prevent a user's query from consuming too much memory. Queries are controlled in memory. A query task uses no more than 2GB of memory by default on a single BE node. -When users use it, if they find a `Memory limit exceeded'error, they usually exceed the memory limit. +When users use it, if they find a `Memory limit exceeded` error, they usually exceed the memory limit. Users should try to optimize their SQL statements when they encounter memory overrun. @@ -132,23 +151,23 @@ Display query memory limits: ``` mysql> SHOW VARIABLES LIKE "%mem_limit%"; +---------------+------------+ -1.1.1.1.2.2.1.2.2.2.2.2.1.1 Amended as follows: +| Variable_name | Value | +---------------+------------+ -*124th; execution *limit *124; 21474848 *124; +| exec_mem_limit| 2147483648 | +---------------+------------+ 1 row in set (0.00 sec) ``` -` The unit of exec_mem_limit is byte, and the value of `exec_mem_limit'can be changed by the `SET' command. If changed to 8GB. +The unit of `exec_mem_limit` is byte, and the value of `exec_mem_limit` can be changed by the `SET` command. If changed to 8GB. `SET exec_mem_limit = 8589934592;` ``` mysql> SHOW VARIABLES LIKE "%mem_limit%"; +---------------+------------+ -1.1.1.1.2.2.1.2.2.2.2.2.1.1 Amended as follows: +| Variable_name | Value | +---------------+------------+ -124th; self -imposed limit 124; 8589934592 +| exec_mem_limit| 8589934592 | +---------------+------------+ 1 row in set (0.00 sec) ``` @@ -165,21 +184,21 @@ View the current timeout settings: ``` mysql> SHOW VARIABLES LIKE "%query_timeout%"; +---------------+-------+ -1.1.1.1.2.2.1.2.2.2.2.2.1.1 Amended as follows: +| Variable_name | Value | +---------------+-------+ -124QUERY WENT TIMEOUT $124; 300 1244; +| QUERY_TIMEOUT | 300 | +---------------+-------+ 1 row in set (0.00 sec) ``` Modify the timeout to 1 minute: -SET query timeout =60;' +`SET query timeout =60;` >* The current timeout check interval is 5 seconds, so timeouts less than 5 seconds are not very accurate. ->* The above modifications are also session level. Global validity can be modified by `SET GLOBAL'. +>* The above modifications are also session level. Global validity can be modified by `SET GLOBAL`. -35; "3535; 2.3 broadcast / shufle join" +### 2.3 Broadcast/Shuffle Join By default, the system implements Join by conditionally filtering small tables, broadcasting them to the nodes where the large tables are located, forming a memory Hash table, and then streaming out the data of the large tables Hash Join. However, if the amount of data filtered by small tables can not be put into memory, Join will not be able to complete at this time. The usual error should be caused by memory overrun first. @@ -190,7 +209,7 @@ Use Broadcast Join (default): ``` mysql> select sum(table1.pv) from table1 join table2 where table1.siteid = 2; +--------------------+ -+ 124; Sum (`Table1'`PV `124); +| sum(`table1`.`pv`) | +--------------------+ | 10 | +--------------------+ @@ -202,19 +221,19 @@ Use Broadcast Join (explicitly specified): ``` mysql> select sum(table1.pv) from table1 join [broadcast] table2 where table1.siteid = 2; +--------------------+ -+ 124; Sum (`Table1'`PV `124); +| sum(`table1`.`pv`) | +--------------------+ | 10 | +--------------------+ 1 row in set (0.20 sec) ``` -20351;29992929292Join: +Shuffle Join: ``` mysql> select sum(table1.pv) from table1 join [shuffle] table2 where table1.siteid = 2; +--------------------+ -+ 124; Sum (`Table1'`PV `124); +| sum(`table1`.`pv`) | +--------------------+ | 10 | +--------------------+ @@ -227,11 +246,11 @@ When multiple FE nodes are deployed, users can deploy load balancing layers on t Here are some highly available solutions: -** The first ** +**The first** I retry and load balancing in application layer code. For example, if a connection is found to be dead, it will automatically retry on other connections. Application-level code retry requires the application to configure multiple Doris front-end node addresses. -** Second ** +**Second** If you use MySQL JDBC connector to connect Doris, you can use jdbc's automatic retry mechanism: @@ -239,8 +258,8 @@ If you use MySQL JDBC connector to connect Doris, you can use jdbc's automatic r jdbc:mysql:/[host:port],[host:port].../[database][? propertyName1][=propertyValue1][&propertyName2][=propertyValue2]... ``` -** The third ** +**The third** Applications can connect to and deploy MySQL Proxy on the same machine by configuring MySQL Proxy's Failover and Load Balance functions. -`http://dev.mysql.com /doc /refman /5.6 /en /mysql -proxy -using.html ` +`http://dev.mysql.com/doc/refman/5.6/en/mysql-proxy-using.html` \ No newline at end of file diff --git a/docs/documentation/en/getting-started/basic-usage_EN.md b/docs/documentation/en/getting-started/basic-usage_EN.md index 567a2aa3f5..59c0c0d797 100644 --- a/docs/documentation/en/getting-started/basic-usage_EN.md +++ b/docs/documentation/en/getting-started/basic-usage_EN.md @@ -1,3 +1,22 @@ + + # Guidelines for Basic Use @@ -114,10 +133,10 @@ The TABLE statement is as follows: ``` CREATE TABLE table1 ( -siteid INT DEFAULT '10', -citycode SMALLINT, -Username VARCHAR (32) DEFAULT', -pv BIGINT SUM DEFAULT '0' + siteid INT DEFAULT '10', + citycode SMALLINT, + username VARCHAR(32) DEFAULT '', + pv BIGINT SUM DEFAULT '0' ) AGGREGATE KEY(siteid, citycode, username) DISTRIBUTED BY HASH(siteid) BUCKETS 10 @@ -150,18 +169,18 @@ The TABLE statement is as follows: ``` CREATE TABLE table2 ( -event /day DATE, -siteid INT DEFAULT '10', -citycode SMALLINT, -Username VARCHAR (32) DEFAULT', -pv BIGINT SUM DEFAULT '0' + event_day DATE, + siteid INT DEFAULT '10', + citycode SMALLINT, + username VARCHAR(32) DEFAULT '', + pv BIGINT SUM DEFAULT '0' ) AGGREGATE KEY(event_day, siteid, citycode, username) PARTITION BY RANGE(event_day) ( -The distribution value of P201706 was lower than that of ("2017-07-01"). -The segmentation value of P201707 is lower than that of ("2017-08-01"). -The segmentation value of P201708 is lower than that of ("2017-09-01"). + PARTITION p201706 VALUES LESS THAN ('2017-07-01'), + PARTITION p201707 VALUES LESS THAN ('2017-08-01'), + PARTITION p201708 VALUES LESS THAN ('2017-09-01') ) DISTRIBUTED BY HASH(siteid) BUCKETS 10 PROPERTIES("replication_num" = "1"); @@ -172,7 +191,7 @@ After the table is built, you can view the information of the table in example_d ``` MySQL> SHOW TABLES; +----------------------+ -1.1.2.2.2.2.2.2.2.2.2.2.2.2.2.2.2.2.2.2.2.2.2.2.2.2.2.2.2.2.2.2.2.2.2.2.2.2.2.2.2.2.2.2.2.2.2.1.2.1.2.2.2.2.2.2.2.2.2.2.2.2.2.2. +| Tables_in_example_db | +----------------------+ | table1 | | table2 | @@ -185,8 +204,8 @@ MySQL> DESC table1; +----------+-------------+------+-------+---------+-------+ | siteid | int(11) | Yes | true | 10 | | | citycode | smallint(6) | Yes | true | N/A | | -"124s; username"124s; varchar (32) "124s; Yes"124s; true "124s;"124s; "124s; -+ 124; PV = 124; Bigint (20) Yes False 0 Sum +| username | varchar(32) | Yes | true | | | +| pv | bigint(20) | Yes | false | 0 | SUM | +----------+-------------+------+-------+---------+-------+ 4 rows in set (0.00 sec) @@ -197,8 +216,8 @@ MySQL> DESC table2; | event_day | date | Yes | true | N/A | | | siteid | int(11) | Yes | true | 10 | | | citycode | smallint(6) | Yes | true | N/A | | -"124s; username"124s; varchar (32) "124s; Yes"124s; true "124s;"124s; "124s; -+ 124; PV = 124; Bigint (20) Yes False 0 Sum +| username | varchar(32) | Yes | true | | | +| pv | bigint(20) | Yes | false | 0 | SUM | +-----------+-------------+------+-------+---------+-------+ 5 rows in set (0.00 sec) ``` @@ -206,7 +225,7 @@ MySQL> DESC table2; > Notes: > > 1. By setting replication_num, the above tables are all single-copy tables. Doris recommends that users adopt the default three-copy settings to ensure high availability. -> 2. Composite partition tables can be added or deleted dynamically. See the Partition section in `HELP ALTER TABLE'. +> 2. Composite partition tables can be added or deleted dynamically. See the Partition section in `HELP ALTER TABLE`. > 3. Data import can import the specified Partition. See `HELP LOAD'. > 4. Schema of table can be dynamically modified. > 5. Rollup can be added to Table to improve query performance. This section can be referred to the description of Rollup in Advanced Usage Guide. @@ -228,7 +247,7 @@ curl --location-trusted -u test:test -H "label:table1_20170707" -H "column_separ > 1. FE_HOST is the IP of any FE node and 8030 is http_port in fe.conf. > 2. You can use the IP of any BE and the webserver_port in be.conf to connect the target left and right for import. For example: `BE_HOST:8040` -The local file `table1_data'takes `, `as the separation between data, and the specific contents are as follows: +The local file `table1_data` takes `,` as the separation between data, and the specific contents are as follows: ``` 1,1,Jim,2 @@ -247,11 +266,11 @@ curl --location-trusted -u test:test -H "label:table2_20170707" -H "column_separ The local file `table2_data'is separated by `t'. The details are as follows: ``` -2017 -07 -03: 1st Jim +2017-07-03 1 1 jim 2 2017-07-05 2 1 grace 2 -2017-07-123 2 Tom 2 -2017 -07 -15 4 3 'bush' 3 -2017 -07 -12 5 3 'helen 3 +2017-07-12 3 2 tom 2 +2017-07-15 4 3 bush 3 +2017-07-12 5 3 helen 3 ``` > Notes: @@ -260,27 +279,27 @@ The local file `table2_data'is separated by `t'. The details are as follows: > 2. Each batch of imported data needs to take a Label. Label is best a string related to a batch of data for easy reading and management. Doris based on Label guarantees that the same batch of data can be imported only once in a database. Label for failed tasks can be reused. > 3. Streaming imports are synchronous commands. The successful return of the command indicates that the data has been imported, and the failure of the return indicates that the batch of data has not been imported. -'35;'35;' 35;'35; Broker'235488;' +#### Broker Load -Broker imports import data from external storage through deployed Broker processes. For more help, see `HELP BROKER LOAD;'` +Broker imports import data from external storage through deployed Broker processes. For more help, see `HELP BROKER LOAD;` Example: Import files on HDFS into table1 table with "table1_20170708" as Label ``` LOAD LABEL table1_20170708 ( -DATA INFILE("hdfs://your.namenode.host:port/dir/table1_data") -INTO TABLE table1 + DATA INFILE("hdfs://your.namenode.host:port/dir/table1_data") + INTO TABLE table1 ) -WITH BROKER hdfs +WITH BROKER hdfs ( -"Username" = "HDFS\\ user" -"password"="hdfs_password" + "username"="hdfs_user", + "password"="hdfs_password" ) PROPERTIES ( -Timeout ="3600", -"max_filter_ratio"="0.1" + "timeout"="3600", + "max_filter_ratio"="0.1" ); ``` @@ -294,7 +313,7 @@ In the return result, FINISHED in the `State'field indicates that the import was Asynchronous import tasks can be cancelled before the end: -'CANCEL LOAD WHERE LABEL ="Table 1'u 201708";` +`CANCEL LOAD WHERE LABEL = "table1_20170708";` ## 3 Data query @@ -307,9 +326,9 @@ MySQL> SELECT * FROM table1 LIMIT 3; +--------+----------+----------+------+ | siteid | citycode | username | pv | +--------+----------+----------+------+ -1244; 2 *1244; 1 *1244;'grace '1242 *1244; +| 2 | 1 | 'grace' | 2 | | 5 | 3 | 'helen' | 3 | -124; 3 $124; 2 `124tom '"124; 2 `1244; +| 3 | 2 | 'tom' | 2 | +--------+----------+----------+------+ 5 rows in set (0.01 sec) @@ -317,10 +336,10 @@ MySQL> SELECT * FROM table1 ORDER BY citycode; +--------+----------+----------+------+ | siteid | citycode | username | pv | +--------+----------+----------+------+ -1244; 2 *1244; 1 *1244;'grace '1242 *1244; +| 2 | 1 | 'grace' | 2 | | 1 | 1 | 'jim' | 2 | -124; 3 $124; 2 `124tom '"124; 2 `1244; -1244; 4 *1243 *124bush "; 3 *1244; +| 3 | 2 | 'tom' | 2 | +| 4 | 3 | 'bush' | 3 | | 5 | 3 | 'helen' | 3 | +--------+----------+----------+------+ 5 rows in set (0.01 sec) @@ -333,7 +352,7 @@ Examples: ``` MySQL> SELECT SUM(table1.pv) FROM table1 JOIN table2 WHERE table1.siteid = table2.siteid; +--------------------+ -+ 124; Sum (`Table1'`PV `124); +| sum(`table1`.`pv`) | +--------------------+ | 12 | +--------------------+ @@ -347,9 +366,9 @@ Examples: ``` MySQL> SELECT SUM(pv) FROM table2 WHERE siteid IN (SELECT siteid FROM table1 WHERE siteid > 2); +-----------+ -+ 124; Sum (`PV') 124; +| sum(`pv`) | +-----------+ | 8 | +-----------+ 1 row in set (0.13 sec) -``` +``` \ No newline at end of file diff --git a/docs/documentation/en/getting-started/best-practice_EN.md b/docs/documentation/en/getting-started/best-practice_EN.md index 1de69cadd0..0ddc251f7e 100644 --- a/docs/documentation/en/getting-started/best-practice_EN.md +++ b/docs/documentation/en/getting-started/best-practice_EN.md @@ -1,3 +1,23 @@ + + + # Best Practices ## 1 tabulation diff --git a/docs/documentation/en/getting-started/data-model-rollup_EN.md b/docs/documentation/en/getting-started/data-model-rollup_EN.md index 2e9b5e90c7..8a54b4c28d 100644 --- a/docs/documentation/en/getting-started/data-model-rollup_EN.md +++ b/docs/documentation/en/getting-started/data-model-rollup_EN.md @@ -1,3 +1,23 @@ + + + # Data Model, ROLLUP and Prefix Index This document describes Doris's data model, ROLLUP and prefix index concepts at the logical level to help users better use Doris to cope with different business scenarios. diff --git a/docs/documentation/en/getting-started/data-partition_EN.md b/docs/documentation/en/getting-started/data-partition_EN.md index 7d0b6561db..03b8fcd853 100644 --- a/docs/documentation/en/getting-started/data-partition_EN.md +++ b/docs/documentation/en/getting-started/data-partition_EN.md @@ -1,3 +1,23 @@ + + + # Data Partition This document mainly introduces Doris's table construction and data partitioning, as well as problems and solutions that may be encountered in the construction of the table. diff --git a/docs/documentation/en/getting-started/hit-the-rollup_EN.md b/docs/documentation/en/getting-started/hit-the-rollup_EN.md index bb631c65e6..c0bac60d94 100644 --- a/docs/documentation/en/getting-started/hit-the-rollup_EN.md +++ b/docs/documentation/en/getting-started/hit-the-rollup_EN.md @@ -1,4 +1,23 @@ -35; Rollup -19982;* 26597;* 35810 + + +# Rollup and query As a polymer view in Doris, Rollup can play two roles in queries: @@ -18,9 +37,9 @@ Rollup: Generally, it refers to the Rollup tables created based on Base tables, Doris's prefix index has been introduced in the previous query practice, that is, Doris will generate the first 36 bytes in the Base/Rollup table separately in the underlying storage engine (with varchar type, the prefix index may be less than 36 bytes, varchar will truncate the prefix index, and use up to 20 bytes of varchar). A sorted sparse index data (data is also sorted, positioned by index, and then searched by dichotomy in the data), and then matched each Base/Rollup prefix index according to the conditions in the query, and selected a Base/Rollup that matched the longest prefix index. ``` ----> matching from left to right + ---> matching from left to right +----+----+----+----+----+----+ -C1 `124; c2 `124; c3 `124; c4 `124; c5 `124;... 1244; +| c1 | c2 | c3 | c4 | c5 |... | ``` As shown in the figure above, the conditions of where and on in the query are pushed up and down to ScanNode and matched from the first column of the prefix index. Check if there are any of these columns in the condition, and then accumulate the matching length until the matching cannot match or the end of 36 bytes (columns of varchar type can only match 20 bytes and match less than 36 words). Section truncates prefix index, and then chooses a Base/Rollup with the longest matching length. The following example shows how to create a Base table and four rollups: @@ -37,11 +56,11 @@ As shown in the figure above, the conditions of where and on in the query are pu | | k6 | CHAR(5) | Yes | true | N/A | | | | k7 | DATE | Yes | true | N/A | | | | k8 | DATETIME | Yes | true | N/A | | -Yes 1244; true 124N /A 124R; 124R (20) VARCHAR (20) 124R; Yes +| | k9 | VARCHAR(20) | Yes | true | N/A | | | | k10 | DOUBLE | Yes | false | N/A | MAX | | | k11 | FLOAT | Yes | false | N/A | SUM | | | | | | | | | -Roll -up of index 1 `124; k9 `124R; VARCHAR (20)'124R; Yes `1244true `124N /A `1244'; +| rollup_index1 | k9 | VARCHAR(20) | Yes | true | N/A | | | | k1 | TINYINT | Yes | true | N/A | | | | k2 | SMALLINT | Yes | true | N/A | | | | k3 | INT | Yes | true | N/A | | @@ -53,7 +72,7 @@ Roll -up of index 1 `124; k9 `124R; VARCHAR (20)'124R; Yes `1244true `124N /A `1 | | k10 | DOUBLE | Yes | false | N/A | MAX | | | k11 | FLOAT | Yes | false | N/A | SUM | | | | | | | | | - +| rollup_index2 | k9 | VARCHAR(20) | Yes | true | N/A | | | | k2 | SMALLINT | Yes | true | N/A | | | | k1 | TINYINT | Yes | true | N/A | | | | k3 | INT | Yes | true | N/A | | @@ -73,7 +92,7 @@ Roll -up of index 1 `124; k9 `124R; VARCHAR (20)'124R; Yes `1244true `124N /A `1 | | k3 | INT | Yes | true | N/A | | | | k7 | DATE | Yes | true | N/A | | | | k8 | DATETIME | Yes | true | N/A | | -Yes 1244; true 124N /A 124R; 124R (20) VARCHAR (20) 124R; Yes +| | k9 | VARCHAR(20) | Yes | true | N/A | | | | k10 | DOUBLE | Yes | false | N/A | MAX | | | k11 | FLOAT | Yes | false | N/A | SUM | | | | | | | | | @@ -85,7 +104,7 @@ Yes 1244; true 124N /A 124R; 124R (20) VARCHAR (20) 124R; Yes | | k3 | INT | Yes | true | N/A | | | | k7 | DATE | Yes | true | N/A | | | | k8 | DATETIME | Yes | true | N/A | | -Yes 1244; true 124N /A 124R; 124R (20) VARCHAR (20) 124R; Yes +| | k9 | VARCHAR(20) | Yes | true | N/A | | | | k10 | DOUBLE | Yes | false | N/A | MAX | | | k11 | FLOAT | Yes | false | N/A | SUM | +---------------+-------+--------------+------+-------+---------+-------+ @@ -94,16 +113,16 @@ Yes 1244; true 124N /A 124R; 124R (20) VARCHAR (20) 124R; Yes The prefix indexes of the three tables are ``` -Base (k1, k2, k3, k4, k5, k6, k7) - -Index1 (k9)/index rollup (k9) - +Base(k1 ,k2, k3, k4, k5, k6, k7) +rollup_index1(k9),rollup_index2(k9) +rollup_index3(k4, k5, k6, k1, k2, k3, k7) +rollup_index4(k4, k6, k5, k1, k2, k3, k7) ``` -Conditions on columns that can be indexed with the prefix need to be `= ``or', ``in', `between', and these conditions are side-by-side and the relationship uses `and `connections', which cannot be hit for `or', `!=` and so on. Then look at the following query: +Conditions on columns that can be indexed with the prefix need to be `=` `<` `>` `<=` `>=` `in` `between`, and these conditions are side-by-side and the relationship uses `and` connections', which cannot be hit for `or`、`!=` and so on. Then look at the following query: ``` SELECT * FROM test WHERE k1 = 1 AND k2 > 3; @@ -112,18 +131,18 @@ SELECT * FROM test WHERE k1 = 1 AND k2 > 3; With the conditions on K1 and k2, check that only the first column of Base contains K1 in the condition, so match the longest prefix index, test, explain: ``` -| 0:OlapScanNode -| TABLE: test -| PREAGGREGATION: OFF. Reason: No AggregateInfo -| PREDICATES: `k1` = 1, `k2` > 3 -partitions =1 /1 -Rollup: test -| buckets=1/10 -| cardinality=-1 -| avgRowSize=0.0 -| numNodes=0 +| 0:OlapScanNode +| TABLE: test +| PREAGGREGATION: OFF. Reason: No AggregateInfo +| PREDICATES: `k1` = 1, `k2` > 3 +| partitions=1/1 +| rollup: test +| buckets=1/10 +| cardinality=-1 +| avgRowSize=0.0 +| numNodes=0 | tuple ids: 0 -``` +``` Look again at the following queries: @@ -132,16 +151,16 @@ Look again at the following queries: With K4 and K5 conditions, check that the first column of rollup_index3 and rollup_index4 contains k4, but the second column of rollup_index3 contains k5, so the matching prefix index is the longest. ``` -| 0:OlapScanNode -| TABLE: test -| PREAGGREGATION: OFF. Reason: No AggregateInfo -| PREDICATES: `k4` = 1, `k5` > 3 -partitions =1 /1 -Rollup: Rollup -u index3 -| buckets=10/10 -| cardinality=-1 -| avgRowSize=0.0 -| numNodes=0 +| 0:OlapScanNode +| TABLE: test +| PREAGGREGATION: OFF. Reason: No AggregateInfo +| PREDICATES: `k4` = 1, `k5` > 3 +| partitions=1/1 +| rollup: rollup_index3 +| buckets=10/10 +| cardinality=-1 +| avgRowSize=0.0 +| numNodes=0 | tuple ids: 0 ``` @@ -152,36 +171,36 @@ Now we try to match the conditions on the column containing varchar, as follows: There are K9 and K1 conditions. The first column of rollup_index1 and rollup_index2 contains k9. It is reasonable to choose either rollup here to hit the prefix index and randomly select the same one (because there are just 20 bytes in varchar, and the prefix index is truncated in less than 36 bytes). The current strategy here will continue to match k1, because the second rollup_index1 is listed as k1, so rollup_index1 is chosen, in fact, the latter K1 condition will not play an accelerating role. (If the condition outside the prefix index needs to accelerate the query, it can be accelerated by establishing a Bloom Filter filter. Typically for string types, because Doris has a Block level for columns, a Min/Max index for shaping and dates.) The following is the result of explain. ``` -| 0:OlapScanNode -| TABLE: test -| PREAGGREGATION: OFF. Reason: No AggregateInfo -| PREDICATES: `k9` IN ('xxx', 'yyyy'), `k1` = 10 -partitions =1 /1 -Rollup: Rollup -u index1 -| buckets=1/10 -| cardinality=-1 -| avgRowSize=0.0 -| numNodes=0 +| 0:OlapScanNode +| TABLE: test +| PREAGGREGATION: OFF. Reason: No AggregateInfo +| PREDICATES: `k9` IN ('xxx', 'yyyy'), `k1` = 10 +| partitions=1/1 +| rollup: rollup_index1 +| buckets=1/10 +| cardinality=-1 +| avgRowSize=0.0 +| numNodes=0 | tuple ids: 0 -``` +``` Finally, look at a query that can be hit by more than one Rollup: -"Select * from test where K4 < 1000 and K5 = 80 and K6 = 10000;" +`Select * from test where K4 < 1000 and K5 = 80 and K6 = 10000;` There are three conditions: k4, K5 and k6. The first three columns of rollup_index3 and rollup_index4 contain these three columns respectively. So the prefix index length matched by them is the same. Both can be selected. The current default strategy is to select a rollup created earlier. Here is rollup_index3. ``` -| 0:OlapScanNode -| TABLE: test -| PREAGGREGATION: OFF. Reason: No AggregateInfo -| PREDICATES: `k4` < 1000, `k5` = 80, `k6` >= 10000.0 -partitions =1 /1 -Rollup: Rollup -u index3 -| buckets=10/10 -| cardinality=-1 -| avgRowSize=0.0 -| numNodes=0 +| 0:OlapScanNode +| TABLE: test +| PREAGGREGATION: OFF. Reason: No AggregateInfo +| PREDICATES: `k4` < 1000, `k5` = 80, `k6` >= 10000.0 +| partitions=1/1 +| rollup: rollup_index3 +| buckets=10/10 +| cardinality=-1 +| avgRowSize=0.0 +| numNodes=0 | tuple ids: 0 ``` @@ -200,13 +219,14 @@ Of course, the function of aggregated data is indispensable for general polymer The following are some types of aggregated queries that can hit Rollup. -| 列类型 查询类型 | Sum | Distinct/Count Distinct | Min | Max | Ndv | +| Column type Query type | Sum | Distinct/Count Distinct | Min | Max | Ndv | |--------------|-------|-------------------------|-------|-------|-------| -Key: 124key; false 124true true 124true true true true 124true true true 124true true true true 124true true true true true true true -+ 124; Value (SUM) 124; False False False False False False False False False False False False False False False \ -+ 124; value (replace) FALSE FALSE FALSE FALSE FALSE FALSE FALSE FALSE FALSE FALSE FALSE FALSE FALSE FALSE -+ 124; value (min) = 124; false = 124; true = 124; false = 124; false = 124; false = 124; false = 124; false = 124; false = 124; -+ 124; Value (Max) 124; False False False True False False False +| Key | false | true | true | true | true | +| Value(Sum) | true | false | false | false | false | +|Value(Replace)| false | false | false | false | false | +| Value(Min) | false | false | true | false | false | +| Value(Max) | false | false | false | true | false | + If the above conditions are met, there will be two stages in judging the hit of Rollup for the aggregation model: @@ -227,7 +247,7 @@ The following Base table and Rollup: | | k6 | CHAR(5) | Yes | true | N/A | | | | k7 | DATE | Yes | true | N/A | | | | k8 | DATETIME | Yes | true | N/A | | -Yes 1244; true 124N /A 124R; 124R (20) VARCHAR (20) 124R; Yes +| | k9 | VARCHAR(20) | Yes | true | N/A | | | | k10 | DOUBLE | Yes | false | N/A | MAX | | | k11 | FLOAT | Yes | false | N/A | SUM | | | | | | | | | @@ -247,6 +267,7 @@ Yes 1244; true 124N /A 124R; 124R (20) VARCHAR (20) 124R; Yes +-------------+-------+--------------+------+-------+---------+-------+ ``` + See the following queries: `SELECT SUM(k11) FROM test_rollup WHERE k1 = 10 AND k2 > 200 AND k3 in (1,2,3);` @@ -256,9 +277,9 @@ Firstly, it judges whether the query can hit the aggregated Rolup table. After c ``` | 0:OlapScanNode | | TABLE: test_rollup | -PREAGGREGATION: ON {124} +| PREAGGREGATION: ON | | PREDICATES: `k1` = 10, `k2` > 200, `k3` IN (1, 2, 3) | -partitions =1 /1 +| partitions=1/1 | | rollup: rollup2 | | buckets=1/10 | | cardinality=-1 | diff --git a/docs/documentation/en/installing/compilation_EN.md b/docs/documentation/en/installing/compilation_EN.md index 3935855e88..ca3dc4a758 100644 --- a/docs/documentation/en/installing/compilation_EN.md +++ b/docs/documentation/en/installing/compilation_EN.md @@ -1,3 +1,23 @@ + + + # Compilation This document focuses on how to code Doris through source code. diff --git a/docs/documentation/en/installing/install-deploy_EN.md b/docs/documentation/en/installing/install-deploy_EN.md index 7ed69c9b38..a36f37eb8e 100644 --- a/docs/documentation/en/installing/install-deploy_EN.md +++ b/docs/documentation/en/installing/install-deploy_EN.md @@ -1,3 +1,23 @@ + + + # Installation and deployment This document mainly introduces the hardware and software environment needed to deploy Doris, the proposed deployment mode, cluster expansion and scaling, and common problems in the process of cluster building and running. diff --git a/docs/documentation/en/installing/upgrade_EN.md b/docs/documentation/en/installing/upgrade_EN.md index 8451610556..5dde75586e 100644 --- a/docs/documentation/en/installing/upgrade_EN.md +++ b/docs/documentation/en/installing/upgrade_EN.md @@ -1,3 +1,23 @@ + + + # Cluster upgrade Doris can upgrade smoothly by rolling upgrades. The following steps are recommended for security upgrade. diff --git a/docs/documentation/en/internal/doris_storage_optimization_EN.md b/docs/documentation/en/internal/doris_storage_optimization_EN.md index 0376aa0631..028bb361ab 100644 --- a/docs/documentation/en/internal/doris_storage_optimization_EN.md +++ b/docs/documentation/en/internal/doris_storage_optimization_EN.md @@ -1,3 +1,23 @@ + + + # Doris Storage File Format Optimization # ## File format ## diff --git a/docs/documentation/en/internal/metadata-design_EN.md b/docs/documentation/en/internal/metadata-design_EN.md index b6e85bfa47..a2ff9ce64a 100644 --- a/docs/documentation/en/internal/metadata-design_EN.md +++ b/docs/documentation/en/internal/metadata-design_EN.md @@ -1,3 +1,23 @@ + + + # Metadata Design Document ## Noun Interpretation diff --git a/docs/documentation/en/sql-reference/sql-functions/aggregate-functions/avg_EN.md b/docs/documentation/en/sql-reference/sql-functions/aggregate-functions/avg_EN.md index 6b48fc56a7..09ecffb5f6 100644 --- a/docs/documentation/en/sql-reference/sql-functions/aggregate-functions/avg_EN.md +++ b/docs/documentation/en/sql-reference/sql-functions/aggregate-functions/avg_EN.md @@ -1,3 +1,23 @@ + + + #AVG ## Description ### Syntax @@ -14,7 +34,7 @@ Optional field DISTINCT parameters can be used to return the weighted average ``` mysql> SELECT datetime, AVG(cost_time) FROM log_statis group by datetime; +---------------------+--------------------+ -"1. Article 124b; Article 124b; Article 124g (`cost u time'); +| datetime | avg(`cost_time`) | +---------------------+--------------------+ | 2019-07-03 21:01:20 | 25.827794561933533 | +---------------------+--------------------+ diff --git a/docs/documentation/en/sql-reference/sql-functions/aggregate-functions/bitmap_EN.md b/docs/documentation/en/sql-reference/sql-functions/aggregate-functions/bitmap_EN.md index 99dd2ccc70..f711f91c69 100644 --- a/docs/documentation/en/sql-reference/sql-functions/aggregate-functions/bitmap_EN.md +++ b/docs/documentation/en/sql-reference/sql-functions/aggregate-functions/bitmap_EN.md @@ -1,3 +1,23 @@ + + + #BITMAP ## description diff --git a/docs/documentation/en/sql-reference/sql-functions/aggregate-functions/count_EN.md b/docs/documentation/en/sql-reference/sql-functions/aggregate-functions/count_EN.md index 168bdc3569..d2fa70f2dd 100644 --- a/docs/documentation/en/sql-reference/sql-functions/aggregate-functions/count_EN.md +++ b/docs/documentation/en/sql-reference/sql-functions/aggregate-functions/count_EN.md @@ -1,3 +1,22 @@ + + # COUNT ## Description ### Syntax @@ -19,7 +38,7 @@ MySQL > select count(*) from log_statis group by datetime; MySQL > select count(datetime) from log_statis group by datetime; +-------------------+ -count (`datetime') 1244; +| count(`datetime`) | +-------------------+ | 28521682 | +-------------------+ diff --git a/docs/documentation/en/sql-reference/sql-functions/aggregate-functions/count_distinct_EN.md b/docs/documentation/en/sql-reference/sql-functions/aggregate-functions/count_distinct_EN.md index 95c2d1dca7..3f7259e83a 100644 --- a/docs/documentation/en/sql-reference/sql-functions/aggregate-functions/count_distinct_EN.md +++ b/docs/documentation/en/sql-reference/sql-functions/aggregate-functions/count_distinct_EN.md @@ -1,3 +1,22 @@ + + # COUNT_DISTINCT ## Description ### Syntax @@ -12,7 +31,7 @@ The number of rows used to return the required number, or the number of non-NULL ``` MySQL > select count_distinct(query_id) from log_statis group by datetime; +----------------------------+ -+ 124. Calculate (`query `uid') separately; +| count_distinct(`query_id`) | +----------------------------+ | 577 | +----------------------------+ diff --git a/docs/documentation/en/sql-reference/sql-functions/aggregate-functions/hll_union_agg_EN.md b/docs/documentation/en/sql-reference/sql-functions/aggregate-functions/hll_union_agg_EN.md index 0586664b2c..5b4699bb65 100644 --- a/docs/documentation/en/sql-reference/sql-functions/aggregate-functions/hll_union_agg_EN.md +++ b/docs/documentation/en/sql-reference/sql-functions/aggregate-functions/hll_union_agg_EN.md @@ -1,3 +1,22 @@ + + # HLL_UNION_AGG ## description ### Syntax diff --git a/docs/documentation/en/sql-reference/sql-functions/aggregate-functions/max_EN.md b/docs/documentation/en/sql-reference/sql-functions/aggregate-functions/max_EN.md index 41b8cbcca9..4d26d48a2d 100644 --- a/docs/documentation/en/sql-reference/sql-functions/aggregate-functions/max_EN.md +++ b/docs/documentation/en/sql-reference/sql-functions/aggregate-functions/max_EN.md @@ -1,3 +1,22 @@ + + # MAX ## description ### Syntax diff --git a/docs/documentation/en/sql-reference/sql-functions/aggregate-functions/min_EN.md b/docs/documentation/en/sql-reference/sql-functions/aggregate-functions/min_EN.md index f8c61955fd..fa5349d26f 100644 --- a/docs/documentation/en/sql-reference/sql-functions/aggregate-functions/min_EN.md +++ b/docs/documentation/en/sql-reference/sql-functions/aggregate-functions/min_EN.md @@ -1,3 +1,22 @@ + + # MIN ## Description ### Syntax diff --git a/docs/documentation/en/sql-reference/sql-functions/aggregate-functions/ndv_EN.md b/docs/documentation/en/sql-reference/sql-functions/aggregate-functions/ndv_EN.md index e7c1f3932b..f4cf84f7b2 100644 --- a/docs/documentation/en/sql-reference/sql-functions/aggregate-functions/ndv_EN.md +++ b/docs/documentation/en/sql-reference/sql-functions/aggregate-functions/ndv_EN.md @@ -1,3 +1,22 @@ + + # NDV ## Description ### Syntax diff --git a/docs/documentation/en/sql-reference/sql-functions/aggregate-functions/percentile_approx_EN.md b/docs/documentation/en/sql-reference/sql-functions/aggregate-functions/percentile_approx_EN.md index 0ec10aee7d..f57b208c32 100644 --- a/docs/documentation/en/sql-reference/sql-functions/aggregate-functions/percentile_approx_EN.md +++ b/docs/documentation/en/sql-reference/sql-functions/aggregate-functions/percentile_approx_EN.md @@ -1,3 +1,22 @@ + + # PERCENTILE_APPROX ## Description ### Syntax @@ -18,11 +37,13 @@ MySQL > select `table`, percentile_approx(cost_time,0.99) from log_statis group +----------+--------------------------------------+ | test | 54.22 | +----------+--------------------------------------+ + MySQL > select `table`, percentile_approx(cost_time,0.99, 4096) from log_statis group by `table`; +---------------------+---------------------------+ | table | percentile_approx(`cost_time`, 0.99, 4096.0) | +----------+--------------------------------------+ | test | 54.21 | +----------+--------------------------------------+ +``` ##keyword PERCENTILE_APPROX,PERCENTILE,APPROX diff --git a/docs/documentation/en/sql-reference/sql-functions/aggregate-functions/stddev_EN.md b/docs/documentation/en/sql-reference/sql-functions/aggregate-functions/stddev_EN.md index c5a09d9142..771e1d0c21 100644 --- a/docs/documentation/en/sql-reference/sql-functions/aggregate-functions/stddev_EN.md +++ b/docs/documentation/en/sql-reference/sql-functions/aggregate-functions/stddev_EN.md @@ -1,3 +1,22 @@ + + # STDDEV,STDDEV_POP ## Description ### Syntax diff --git a/docs/documentation/en/sql-reference/sql-functions/aggregate-functions/stddev_samp_EN.md b/docs/documentation/en/sql-reference/sql-functions/aggregate-functions/stddev_samp_EN.md index 0970ded060..3211ffa5e9 100644 --- a/docs/documentation/en/sql-reference/sql-functions/aggregate-functions/stddev_samp_EN.md +++ b/docs/documentation/en/sql-reference/sql-functions/aggregate-functions/stddev_samp_EN.md @@ -1,8 +1,27 @@ + + # STDDEV_SAMP ## Description ### Syntax -'STDDEV SAMP (expr)' +`STDDEV SAMP (expr)` Returns the sample standard deviation of the expr expression diff --git a/docs/documentation/en/sql-reference/sql-functions/aggregate-functions/sum_EN.md b/docs/documentation/en/sql-reference/sql-functions/aggregate-functions/sum_EN.md index c9b06f2841..b92d319c9f 100644 --- a/docs/documentation/en/sql-reference/sql-functions/aggregate-functions/sum_EN.md +++ b/docs/documentation/en/sql-reference/sql-functions/aggregate-functions/sum_EN.md @@ -1,8 +1,27 @@ + + # SUM ## Description ### Syntax -` Sum (Expr)' +`Sum (Expr)` Used to return the sum of all values of the selected field diff --git a/docs/documentation/en/sql-reference/sql-functions/aggregate-functions/var_samp_EN.md b/docs/documentation/en/sql-reference/sql-functions/aggregate-functions/var_samp_EN.md index 5fc65d572d..cf2bdb4ed7 100644 --- a/docs/documentation/en/sql-reference/sql-functions/aggregate-functions/var_samp_EN.md +++ b/docs/documentation/en/sql-reference/sql-functions/aggregate-functions/var_samp_EN.md @@ -1,8 +1,27 @@ + + # VARIANCE_SAMP,VARIANCE_SAMP ## Description ### Syntax -'VAR SAMP (expr)' +`VAR SAMP (expr)` Returns the sample variance of the expr expression @@ -15,5 +34,6 @@ MySQL > select var_samp(scan_rows) from log_statis group by datetime; +-----------------------+ | 5.6227132145741789 | +-----------------------+ +``` ##keyword VAR SAMP, VARIANCE SAMP,VAR,SAMP,VARIANCE diff --git a/docs/documentation/en/sql-reference/sql-functions/aggregate-functions/variance_EN.md b/docs/documentation/en/sql-reference/sql-functions/aggregate-functions/variance_EN.md index 6b0da50e23..360a893d66 100644 --- a/docs/documentation/en/sql-reference/sql-functions/aggregate-functions/variance_EN.md +++ b/docs/documentation/en/sql-reference/sql-functions/aggregate-functions/variance_EN.md @@ -1,3 +1,22 @@ + + # VARIANCE,VAR_POP,VARIANCE_POP ## Description ### Syntax @@ -22,5 +41,6 @@ MySQL > select var_pop(scan_rows) from log_statis group by datetime; +----------------------+ | 5.6230744719006163 | +----------------------+ +``` ##keyword VARIANCE,VAR_POP,VARIANCE_POP,VAR,POP diff --git a/docs/documentation/en/sql-reference/sql-functions/cast_EN.md b/docs/documentation/en/sql-reference/sql-functions/cast_EN.md index 4d1011b966..bddf93fe10 100644 --- a/docs/documentation/en/sql-reference/sql-functions/cast_EN.md +++ b/docs/documentation/en/sql-reference/sql-functions/cast_EN.md @@ -1,3 +1,23 @@ + + + # CAST ##Description diff --git a/docs/documentation/en/sql-reference/sql-functions/date-time-functions/current_timestamp_EN.md b/docs/documentation/en/sql-reference/sql-functions/date-time-functions/current_timestamp_EN.md index 54b16e3576..5ca078bc0c 100644 --- a/docs/documentation/en/sql-reference/sql-functions/date-time-functions/current_timestamp_EN.md +++ b/docs/documentation/en/sql-reference/sql-functions/date-time-functions/current_timestamp_EN.md @@ -1,13 +1,32 @@ + + # current_timestamp -Description -'35;'35;' 35; Syntax +## Description +### Syntax `DATETIME CURRENT_TIMESTAMP()` Get the current time and return it in Datetime type -'35;'35; example +## example ``` mysql> select current_timestamp(); @@ -16,5 +35,6 @@ mysql> select current_timestamp(); +---------------------+ | 2019-05-27 15:59:33 | +---------------------+ +``` ##keyword CURRENT_TIMESTAMP,CURRENT,TIMESTAMP diff --git a/docs/documentation/en/sql-reference/sql-functions/date-time-functions/date_add_EN.md b/docs/documentation/en/sql-reference/sql-functions/date-time-functions/date_add_EN.md index bebb73c2a6..78fe62f1b7 100644 --- a/docs/documentation/en/sql-reference/sql-functions/date-time-functions/date_add_EN.md +++ b/docs/documentation/en/sql-reference/sql-functions/date-time-functions/date_add_EN.md @@ -1,3 +1,22 @@ + + # date_add ## Description ### Syntax @@ -16,11 +35,12 @@ Sweet, sweet, sweet ## example ``` -mysql > select date to add ('2010 -11 -30 23:59:59', INTERVAL 2 DAY); +mysql> select date_add('2010-11-30 23:59:59', INTERVAL 2 DAY); +-------------------------------------------------+ -+ 124; Date = U Add (= 2010-11-30 23:59', interval 2 days) +| date_add('2010-11-30 23:59:59', INTERVAL 2 DAY) | +-------------------------------------------------+ | 2010-12-02 23:59:59 | +-------------------------------------------------+ +``` ##keyword DATE_ADD,DATE,ADD diff --git a/docs/documentation/en/sql-reference/sql-functions/date-time-functions/date_format_EN.md b/docs/documentation/en/sql-reference/sql-functions/date-time-functions/date_format_EN.md index a3bf2a62e3..4b04f33584 100644 --- a/docs/documentation/en/sql-reference/sql-functions/date-time-functions/date_format_EN.md +++ b/docs/documentation/en/sql-reference/sql-functions/date-time-functions/date_format_EN.md @@ -1,6 +1,25 @@ + + # date_format -Description -'35;'35;' 35; Syntax +## Description +### Syntax 'WARCHAR DATE'U FORMAT (DATETIME DATE, WARCHAR Format)' @@ -44,7 +63,7 @@ The formats available are: % m | month, numerical value (00-12) -%p%124; AM%25110PM +%p | AM or PM % R | Time, 12 - hour (hh: mm: SS AM or PM) @@ -74,47 +93,47 @@ The formats available are: % Y | Year, 2 -'35;'35; example +## example ``` -mysql > select date'u format ('2009 -10 -04 22:23:00','%W%M%Y'); +mysql> select date_format('2009-10-04 22:23:00', '%W %M %Y'); +------------------------------------------------+ -+ 124; Date = UFormat (-2009-10-04 22:23:00', w%M%Y); +| date_format('2009-10-04 22:23:00', '%W %M %Y') | +------------------------------------------------+ | Sunday October 2009 | +------------------------------------------------+ -mysql > select date'u format ('2007 -10 -04 22:23:00','%H:%i:%s'); +mysql> select date_format('2007-10-04 22:23:00', '%H:%i:%s'); +------------------------------------------------+ -+ 124; Date = UFormat (-2007-10-04 22:23:00', H:% I:% s)); +| date_format('2007-10-04 22:23:00', '%H:%i:%s') | +------------------------------------------------+ | 22:23:00 | +------------------------------------------------+ -mysql > select date'u format ('1900 -10 -04 22:23:00','%D%y%a%d%m%b%j'); +mysql> select date_format('1900-10-04 22:23:00', '%D %y %a %d %m %b %j'); +------------------------------------------------------------+ -+ 124; Date = UFormat (+1900-10-04 22:23:00',%Y%A%D%M%B%J) +| date_format('1900-10-04 22:23:00', '%D %y %a %d %m %b %j') | +------------------------------------------------------------+ -+ 124; 4th 00 THU 04 10 Oct 277; +| 4th 00 Thu 04 10 Oct 277 | +------------------------------------------------------------+ -mysql > select date'u format ('1997 -10 -04 22:23:00','%H%k%I%r%T%S%w'); +mysql> select date_format('1997-10-04 22:23:00', '%H %k %I %r %T %S %w'); +------------------------------------------------------------+ -+ 124; Date = UFormat ("1997-10-04 22:23:00",%H%K%I%R%T%S%W") = 124; +| date_format('1997-10-04 22:23:00', '%H %k %I %r %T %S %w') | +------------------------------------------------------------+ -22,22,10,23:00 PM 22:23:00 00,6,1244; +| 22 22 10 10:23:00 PM 22:23:00 00 6 | +------------------------------------------------------------+ -mysql > select date'u format ('1999 -01 -01 00:00','%X%V'); +mysql> select date_format('1999-01-01 00:00:00', '%X %V'); +---------------------------------------------+ -Date of format ('1999 -01 -01 00:00','%X%V') +| date_format('1999-01-01 00:00:00', '%X %V') | +---------------------------------------------+ | 1998 52 | +---------------------------------------------+ mysql> select date_format('2006-06-01', '%d'); +------------------------------------------+ -date (2006 -06 -01 00:00','%d') 124date; +| date_format('2006-06-01 00:00:00', '%d') | +------------------------------------------+ | 01 | +------------------------------------------+ diff --git a/docs/documentation/en/sql-reference/sql-functions/date-time-functions/date_sub_EN.md b/docs/documentation/en/sql-reference/sql-functions/date-time-functions/date_sub_EN.md index 6aa8b73447..2673c74848 100644 --- a/docs/documentation/en/sql-reference/sql-functions/date-time-functions/date_sub_EN.md +++ b/docs/documentation/en/sql-reference/sql-functions/date-time-functions/date_sub_EN.md @@ -1,3 +1,22 @@ + + # date_sub ## Description ### Syntax @@ -16,11 +35,12 @@ Sweet, sweet, sweet ## example ``` -mysql > select date sub ('2010 -11 -30 23:59:59', INTERVAL 2 DAY); +mysql> select date_sub('2010-11-30 23:59:59', INTERVAL 2 DAY); +-------------------------------------------------+ -+ 124; date = USub (2010-11-30 23:59', interval 2 days); +| date_sub('2010-11-30 23:59:59', INTERVAL 2 DAY) | +-------------------------------------------------+ | 2010-11-28 23:59:59 | +-------------------------------------------------+ +``` ##keyword Date, date, date diff --git a/docs/documentation/en/sql-reference/sql-functions/date-time-functions/datediff_EN.md b/docs/documentation/en/sql-reference/sql-functions/date-time-functions/datediff_EN.md index 8fdcb8f0eb..a3c3d7a630 100644 --- a/docs/documentation/en/sql-reference/sql-functions/date-time-functions/datediff_EN.md +++ b/docs/documentation/en/sql-reference/sql-functions/date-time-functions/datediff_EN.md @@ -1,3 +1,23 @@ + + + # datediff ## Description ### Syntax @@ -14,16 +34,16 @@ Note: Only the date part of the value participates in the calculation. ### example ``` -MySQL > select DateDiff (CAST ('2007 -12 -31 23:59:59 'AS DATETIME), CAST (2007 -12 -30' AS DATETIME)); +mysql> select datediff(CAST('2007-12-31 23:59:59' AS DATETIME), CAST('2007-12-30' AS DATETIME)); +-----------------------------------------------------------------------------------+ -;datediff (CAST ('2007 -12 -31 23:59:59 'AS DATETIME), CAST ('2007 -12 -30' THE DATETIME)) 124; +| datediff(CAST('2007-12-31 23:59:59' AS DATETIME), CAST('2007-12-30' AS DATETIME)) | +-----------------------------------------------------------------------------------+ | 1 | +-----------------------------------------------------------------------------------+ -mysql > select datediff (CAST ('2010 -11 -30 23:59:59 'AS DATETIME), CAST ('2010 -12 -31' AS DATETIME)); +mysql> select datediff(CAST('2010-11-30 23:59:59' AS DATETIME), CAST('2010-12-31' AS DATETIME)); +-----------------------------------------------------------------------------------+ -124th; DateDiff (CAST ('2010 -11 -30 23:59:59 'AS DATETIME), CAST ('2010 -12 -31' THE DATETIME)) +| datediff(CAST('2010-11-30 23:59:59' AS DATETIME), CAST('2010-12-31' AS DATETIME)) | +-----------------------------------------------------------------------------------+ | -31 | +-----------------------------------------------------------------------------------+ diff --git a/docs/documentation/en/sql-reference/sql-functions/date-time-functions/day_EN.md b/docs/documentation/en/sql-reference/sql-functions/date-time-functions/day_EN.md index b17b8993f4..5f04db3956 100644 --- a/docs/documentation/en/sql-reference/sql-functions/date-time-functions/day_EN.md +++ b/docs/documentation/en/sql-reference/sql-functions/date-time-functions/day_EN.md @@ -1,3 +1,22 @@ + + # day ## Description ### Syntax @@ -14,9 +33,10 @@ The parameter is Date or Datetime type ``` mysql> select day('1987-01-31'); +----------------------------+ -Day ('1987 -01 -31 00:00:00') 124day; +| day('1987-01-31 00:00:00') | +----------------------------+ | 31 | +----------------------------+ +``` ##keyword DAY diff --git a/docs/documentation/en/sql-reference/sql-functions/date-time-functions/dayname_EN.md b/docs/documentation/en/sql-reference/sql-functions/date-time-functions/dayname_EN.md index cc25e86f09..5c4be940df 100644 --- a/docs/documentation/en/sql-reference/sql-functions/date-time-functions/dayname_EN.md +++ b/docs/documentation/en/sql-reference/sql-functions/date-time-functions/dayname_EN.md @@ -1,3 +1,22 @@ + + # dayname ## Description ### Syntax @@ -12,11 +31,12 @@ The parameter is Date or Datetime type ## example ``` -mysql > select dayname ('2007 -02 -03 00:00'); +mysql> select dayname('2007-02-03 00:00:00'); +--------------------------------+ -Dayname ('2007 -02 -03 00:00:00') 124name; +| dayname('2007-02-03 00:00:00') | +--------------------------------+ | Saturday | +--------------------------------+ +``` ##keyword DAYNAME diff --git a/docs/documentation/en/sql-reference/sql-functions/date-time-functions/dayofmonth_EN.md b/docs/documentation/en/sql-reference/sql-functions/date-time-functions/dayofmonth_EN.md index 4304a5d0de..ad5eed3f2c 100644 --- a/docs/documentation/en/sql-reference/sql-functions/date-time-functions/dayofmonth_EN.md +++ b/docs/documentation/en/sql-reference/sql-functions/date-time-functions/dayofmonth_EN.md @@ -1,3 +1,23 @@ + + + # Dayofmonth ## Description ### Syntax @@ -14,9 +34,10 @@ The parameter is Date or Datetime type ``` mysql> select dayofmonth('1987-01-31'); +-----------------------------------+ -Dayofmonth ('1987 -01 -31 00:00') 1244; +| dayofmonth('1987-01-31 00:00:00') | +-----------------------------------+ | 31 | +-----------------------------------+ +``` ##keyword DAYOFMONTH diff --git a/docs/documentation/en/sql-reference/sql-functions/date-time-functions/dayofweek_EN.md b/docs/documentation/en/sql-reference/sql-functions/date-time-functions/dayofweek_EN.md index 3a5fbf8643..29d5919c99 100644 --- a/docs/documentation/en/sql-reference/sql-functions/date-time-functions/dayofweek_EN.md +++ b/docs/documentation/en/sql-reference/sql-functions/date-time-functions/dayofweek_EN.md @@ -1,3 +1,22 @@ + + # dayofweek ## Description ### Syntax @@ -10,13 +29,20 @@ The DAYOFWEEK function returns the index value of the working day of the date, t The parameter is Date or Datetime type ## example - ``` mysql> select dayofweek('2019-06-25'); +----------------------------------+ -Dayofweek ('2019 -06 -25 00:00:00') 124s; +| dayofweek('2019-06-25 00:00:00') | +----------------------------------+ | 3 | +----------------------------------+ + +mysql> select dayofweek(cast(20190625 as date)); ++-----------------------------------+ +| dayofweek(CAST(20190625 AS DATE)) | ++-----------------------------------+ +| 3 | ++-----------------------------------+ +``` ##keyword DAYOFWEEK diff --git a/docs/documentation/en/sql-reference/sql-functions/date-time-functions/dayofyear_EN.md b/docs/documentation/en/sql-reference/sql-functions/date-time-functions/dayofyear_EN.md index cbdfb3e3e0..af6c363a58 100644 --- a/docs/documentation/en/sql-reference/sql-functions/date-time-functions/dayofyear_EN.md +++ b/docs/documentation/en/sql-reference/sql-functions/date-time-functions/dayofyear_EN.md @@ -1,3 +1,22 @@ + + # Dayofyear ## Description ### Syntax @@ -11,12 +30,14 @@ The parameter is Date or Datetime type ## example + ``` -mysql > select dayofyear ('2007 -02 -03 00:00'); +mysql> select dayofyear('2007-02-03 00:00:00'); +----------------------------------+ -Dayofyear ('2007 -02 -03 00:00') 124year; +| dayofyear('2007-02-03 00:00:00') | +----------------------------------+ | 34 | +----------------------------------+ +``` ##keyword DAYOFYEAR diff --git a/docs/documentation/en/sql-reference/sql-functions/date-time-functions/from_days_EN.md b/docs/documentation/en/sql-reference/sql-functions/date-time-functions/from_days_EN.md index a3095fd915..c65f4a99b8 100644 --- a/docs/documentation/en/sql-reference/sql-functions/date-time-functions/from_days_EN.md +++ b/docs/documentation/en/sql-reference/sql-functions/date-time-functions/from_days_EN.md @@ -1,3 +1,22 @@ + + # from_days ## Description ### Syntax diff --git a/docs/documentation/en/sql-reference/sql-functions/date-time-functions/from_unixtime_EN.md b/docs/documentation/en/sql-reference/sql-functions/date-time-functions/from_unixtime_EN.md index 5c83f0580e..c20b478698 100644 --- a/docs/documentation/en/sql-reference/sql-functions/date-time-functions/from_unixtime_EN.md +++ b/docs/documentation/en/sql-reference/sql-functions/date-time-functions/from_unixtime_EN.md @@ -1,3 +1,22 @@ + + # from_unixtime ## description ### syntax diff --git a/docs/documentation/en/sql-reference/sql-functions/date-time-functions/month_EN.md b/docs/documentation/en/sql-reference/sql-functions/date-time-functions/month_EN.md index 493be9cccd..6ea1e89a54 100644 --- a/docs/documentation/en/sql-reference/sql-functions/date-time-functions/month_EN.md +++ b/docs/documentation/en/sql-reference/sql-functions/date-time-functions/month_EN.md @@ -1,3 +1,22 @@ + + # month ## Description ### Syntax @@ -14,9 +33,10 @@ The parameter is Date or Datetime type ``` mysql> select month('1987-01-01'); +-----------------------------+ -month ('1987 -01 -01 00:00:00') 1244; +| month('1987-01-01 00:00:00') | +-----------------------------+ | 1 | +-----------------------------+ +``` ##keyword MONTH diff --git a/docs/documentation/en/sql-reference/sql-functions/date-time-functions/monthname_EN.md b/docs/documentation/en/sql-reference/sql-functions/date-time-functions/monthname_EN.md index 27c377fc3d..ecc850ab0d 100644 --- a/docs/documentation/en/sql-reference/sql-functions/date-time-functions/monthname_EN.md +++ b/docs/documentation/en/sql-reference/sql-functions/date-time-functions/monthname_EN.md @@ -1,3 +1,22 @@ + + # Monthname ## Description ### Syntax @@ -12,11 +31,12 @@ The parameter is Date or Datetime type ## example ``` -mysql > select monthname ('2008 -02 -03 00:00'); +mysql> select monthname('2008-02-03 00:00:00'); +----------------------------------+ -Monthname ('2008 -02 -03 00:00') 124me; +| monthname('2008-02-03 00:00:00') | +----------------------------------+ -February 124th; +| February | +----------------------------------+ +``` ##keyword MONTHNAME diff --git a/docs/documentation/en/sql-reference/sql-functions/date-time-functions/now_EN.md b/docs/documentation/en/sql-reference/sql-functions/date-time-functions/now_EN.md index 6ce54f3457..9ef4849bd0 100644 --- a/docs/documentation/en/sql-reference/sql-functions/date-time-functions/now_EN.md +++ b/docs/documentation/en/sql-reference/sql-functions/date-time-functions/now_EN.md @@ -1,3 +1,22 @@ + + # now ## Description ### Syntax @@ -12,9 +31,10 @@ Get the current time and return it in Datetime type ``` mysql> select now(); +---------------------+ -124; now. +| now() | +---------------------+ | 2019-05-27 15:58:25 | +---------------------+ +``` ##keyword NOW diff --git a/docs/documentation/en/sql-reference/sql-functions/date-time-functions/str_to_date_EN.md b/docs/documentation/en/sql-reference/sql-functions/date-time-functions/str_to_date_EN.md index c78effae9b..5cf860c942 100644 --- a/docs/documentation/en/sql-reference/sql-functions/date-time-functions/str_to_date_EN.md +++ b/docs/documentation/en/sql-reference/sql-functions/date-time-functions/str_to_date_EN.md @@ -1,3 +1,22 @@ + + # Str_to_date ## Description ### Syntax @@ -12,18 +31,19 @@ The format format supported is consistent with date_format ## example ``` -mysql > select str to u date ('2014 -12 -21 12:34:56','%Y -%m -%d%H:%i:%s'); +mysql> select str_to_date('2014-12-21 12:34:56', '%Y-%m-%d %H:%i:%s'); +---------------------------------------------------------+ -Date to date ('2014 -12 -21 12:34:56','%Y -%m -%d%H:%i:%s') +| str_to_date('2014-12-21 12:34:56', '%Y-%m-%d %H:%i:%s') | +---------------------------------------------------------+ | 2014-12-21 12:34:56 | +---------------------------------------------------------+ mysql> select str_to_date('200442 Monday', '%X%V %W'); +-----------------------------------------+ -Date to date ('200442 Monday','%X%V%W') +| str_to_date('200442 Monday', '%X%V %W') | +-----------------------------------------+ | 2004-10-18 | +-----------------------------------------+ +``` ##keyword STR_TO_DATE,STR,TO,DATE diff --git a/docs/documentation/en/sql-reference/sql-functions/date-time-functions/timediff_EN.md b/docs/documentation/en/sql-reference/sql-functions/date-time-functions/timediff_EN.md index 52a6effe11..b2d32c79f1 100644 --- a/docs/documentation/en/sql-reference/sql-functions/date-time-functions/timediff_EN.md +++ b/docs/documentation/en/sql-reference/sql-functions/date-time-functions/timediff_EN.md @@ -1,3 +1,22 @@ + + # timediff ## Description ### Syntax @@ -16,30 +35,23 @@ The results are limited to TIME values ranging from - 838:59:59 to 838:59:59. ``` mysql> SELECT TIMEDIFF(now(),utc_timestamp()); +----------------------------------+ -(now (), utc -u timestamp ()124; +| timediff(now(), utc_timestamp()) | +----------------------------------+ | 08:00:00 | +----------------------------------+ mysql> SELECT TIMEDIFF('2019-07-11 16:59:30','2019-07-11 16:59:21'); +--------------------------------------------------------+ -Time diff ('2019 -07 -11 16:59:30','2019 -07 -11 16:59:21') +| timediff('2019-07-11 16:59:30', '2019-07-11 16:59:21') | +--------------------------------------------------------+ | 00:00:09 | +--------------------------------------------------------+ -mysql > SELECT TIMEDIFF ('2019 -01 -01 00:00','2009 -01 -01 00:00'); -+--------------------------------------------------------+ -Time diff ('2019 -01 -01 00:00','2009 -01 -01 00:00') -+--------------------------------------------------------+ -| 838:59:59 | -+--------------------------------------------------------+ - -mysql > SELECT TIMEDIFF ('2019 -01 -01 00:00:00', NULL); +mysql> SELECT TIMEDIFF('2019-01-01 00:00:00', NULL); +---------------------------------------+ -Time diff ('2019 -01 -01 00:00','NULL') +| timediff('2019-01-01 00:00:00', NULL) | +---------------------------------------+ -No. No. No. +| NULL | +---------------------------------------+ ``` ##keyword diff --git a/docs/documentation/en/sql-reference/sql-functions/date-time-functions/to_days_EN.md b/docs/documentation/en/sql-reference/sql-functions/date-time-functions/to_days_EN.md index c104dba967..3c836c6086 100644 --- a/docs/documentation/en/sql-reference/sql-functions/date-time-functions/to_days_EN.md +++ b/docs/documentation/en/sql-reference/sql-functions/date-time-functions/to_days_EN.md @@ -1,3 +1,22 @@ + + # to_days ## Description ### Syntax @@ -14,9 +33,11 @@ The parameter is Date or Datetime type ``` mysql> select to_days('2007-10-07'); +-----------------------+ -124to; two days ('2007 -10 -07') 124to; +| to_days('2007-10-07') | +-----------------------+ | 733321 | +-----------------------+ +``` + ##keyword TO_DAYS,TO,DAYS diff --git a/docs/documentation/en/sql-reference/sql-functions/date-time-functions/unix_timestamp_EN.md b/docs/documentation/en/sql-reference/sql-functions/date-time-functions/unix_timestamp_EN.md index 2141767364..83c8edab0e 100644 --- a/docs/documentation/en/sql-reference/sql-functions/date-time-functions/unix_timestamp_EN.md +++ b/docs/documentation/en/sql-reference/sql-functions/date-time-functions/unix_timestamp_EN.md @@ -1,3 +1,22 @@ + + # unix_timestamp ## Description ### Syntax diff --git a/docs/documentation/en/sql-reference/sql-functions/date-time-functions/utc_timestamp_EN.md b/docs/documentation/en/sql-reference/sql-functions/date-time-functions/utc_timestamp_EN.md index 844f6bfb3d..bc05279863 100644 --- a/docs/documentation/en/sql-reference/sql-functions/date-time-functions/utc_timestamp_EN.md +++ b/docs/documentation/en/sql-reference/sql-functions/date-time-functions/utc_timestamp_EN.md @@ -1,3 +1,22 @@ + + # utc_timestamp ## Description ### Syntax diff --git a/docs/documentation/en/sql-reference/sql-functions/date-time-functions/workofyear_EN.md b/docs/documentation/en/sql-reference/sql-functions/date-time-functions/workofyear_EN.md index 6fbe04548a..88e6e75e89 100644 --- a/docs/documentation/en/sql-reference/sql-functions/date-time-functions/workofyear_EN.md +++ b/docs/documentation/en/sql-reference/sql-functions/date-time-functions/workofyear_EN.md @@ -1,3 +1,22 @@ + + # weekofyear ## Description ### Syntax @@ -13,11 +32,12 @@ The parameter is Date or Datetime type ## example ``` -mysql > select weekofyear ('2008 -02 -20 00:00:00'); +mysql> select weekofyear('2008-02-20 00:00:00'); +-----------------------------------+ -weekofyear ('2008 -02 -20 00:00:00') 124year; +| weekofyear('2008-02-20 00:00:00') | +-----------------------------------+ | 8 | +-----------------------------------+ +``` ##keyword WEEKOFYEAR diff --git a/docs/documentation/en/sql-reference/sql-functions/date-time-functions/year_EN.md b/docs/documentation/en/sql-reference/sql-functions/date-time-functions/year_EN.md index 3720ec7726..0d3d78905a 100644 --- a/docs/documentation/en/sql-reference/sql-functions/date-time-functions/year_EN.md +++ b/docs/documentation/en/sql-reference/sql-functions/date-time-functions/year_EN.md @@ -1,3 +1,23 @@ + + + # year ## Description ### Syntax @@ -14,9 +34,10 @@ The parameter is Date or Datetime type ``` mysql> select year('1987-01-01'); +-----------------------------+ -year ('1987 -01 -01 00:00') 124year; +| year('1987-01-01 00:00:00') | +-----------------------------+ | 1987 | +-----------------------------+ +``` ##keyword YEAR diff --git a/docs/documentation/en/sql-reference/sql-functions/spatial-functions/st_astext_EN.md b/docs/documentation/en/sql-reference/sql-functions/spatial-functions/st_astext_EN.md index 7802b20a76..44d3894f98 100644 --- a/docs/documentation/en/sql-reference/sql-functions/spatial-functions/st_astext_EN.md +++ b/docs/documentation/en/sql-reference/sql-functions/spatial-functions/st_astext_EN.md @@ -1,3 +1,22 @@ + + # `ST_AsText`,`ST_AsWKT` ## Description ### Syntax @@ -12,7 +31,7 @@ Converting a geometric figure into a WKT (Well Known Text) representation ``` mysql> SELECT ST_AsText(ST_Point(24.7, 56.7)); +---------------------------------+ -124st text (st point (24.7, 56.7))124st text; +| st_astext(st_point(24.7, 56.7)) | +---------------------------------+ | POINT (24.7 56.7) | +---------------------------------+ diff --git a/docs/documentation/en/sql-reference/sql-functions/spatial-functions/st_circle_EN.md b/docs/documentation/en/sql-reference/sql-functions/spatial-functions/st_circle_EN.md index 68ece952ee..33b40558ab 100644 --- a/docs/documentation/en/sql-reference/sql-functions/spatial-functions/st_circle_EN.md +++ b/docs/documentation/en/sql-reference/sql-functions/spatial-functions/st_circle_EN.md @@ -1,3 +1,22 @@ + + # `ST_Circle` ## Description ### Syntax @@ -15,7 +34,7 @@ mysql> SELECT ST_AsText(ST_Circle(111, 64, 10000)); +--------------------------------------------+ | st_astext(st_circle(111.0, 64.0, 10000.0)) | +--------------------------------------------+ -(111 64, 10000) 124c; +| CIRCLE ((111 64), 10000) | +--------------------------------------------+ ``` ##keyword diff --git a/docs/documentation/en/sql-reference/sql-functions/spatial-functions/st_contains_EN.md b/docs/documentation/en/sql-reference/sql-functions/spatial-functions/st_contains_EN.md index ff43c8997c..ba5164d26e 100644 --- a/docs/documentation/en/sql-reference/sql-functions/spatial-functions/st_contains_EN.md +++ b/docs/documentation/en/sql-reference/sql-functions/spatial-functions/st_contains_EN.md @@ -1,3 +1,22 @@ + + # `ST_Contains' ## Description ### Syntax @@ -9,20 +28,22 @@ Judging whether geometric shape 1 can contain geometric shape 2 completely ## example + ``` -MYSQL > Select ST ^ U contains (ST ^ U Polygon ("Polygon ((0, 10, 10, 10, 10, 10, 0, 10, 0, 0, 0))), ST ^ UPOint (5, 5)); +mysql> SELECT ST_Contains(ST_Polygon("POLYGON ((0 0, 10 0, 10 10, 0 10, 0 0))"), ST_Point(5, 5)); +----------------------------------------------------------------------------------------+ -+ 124; ST = U Contains (ST = U Polygon ((0, 10, 10, 10, 0, 10, 0))), ST = UPoint (5.0, 5.0)) 124'; +| st_contains(st_polygon('POLYGON ((0 0, 10 0, 10 10, 0 10, 0 0))'), st_point(5.0, 5.0)) | +----------------------------------------------------------------------------------------+ | 1 | +----------------------------------------------------------------------------------------+ -MYSQL > Select St ^ U contains (ST ^ U Polygon ("Polygon ((0, 10, 10, 10, 10, 10, 0, 10, 0, 0, 0))), St ^ UPOINT (50, 50)); +mysql> SELECT ST_Contains(ST_Polygon("POLYGON ((0 0, 10 0, 10 10, 0 10, 0 0))"), ST_Point(50, 50)); +------------------------------------------------------------------------------------------+ -+ 124; ST = U Contains (ST = U Polygon ((0, 10, 10, 10, 0, 10, 0))), ST = UPoint (50.0, 50.0)) 124 +| st_contains(st_polygon('POLYGON ((0 0, 10 0, 10 10, 0 10, 0 0))'), st_point(50.0, 50.0)) | +------------------------------------------------------------------------------------------+ | 0 | +------------------------------------------------------------------------------------------+ ``` ##keyword ST_CONTAINS,ST,CONTAINS +w \ No newline at end of file diff --git a/docs/documentation/en/sql-reference/sql-functions/spatial-functions/st_distance_sphere_EN.md b/docs/documentation/en/sql-reference/sql-functions/spatial-functions/st_distance_sphere_EN.md index e9a45e9c5d..8bcd8ba25f 100644 --- a/docs/documentation/en/sql-reference/sql-functions/spatial-functions/st_distance_sphere_EN.md +++ b/docs/documentation/en/sql-reference/sql-functions/spatial-functions/st_distance_sphere_EN.md @@ -1,3 +1,22 @@ + + # `ST_Distance_Sphere` ## description ### Syntax diff --git a/docs/documentation/en/sql-reference/sql-functions/spatial-functions/st_geometryfromtext_EN.md b/docs/documentation/en/sql-reference/sql-functions/spatial-functions/st_geometryfromtext_EN.md index dc0dc5c3ce..c146a769f6 100644 --- a/docs/documentation/en/sql-reference/sql-functions/spatial-functions/st_geometryfromtext_EN.md +++ b/docs/documentation/en/sql-reference/sql-functions/spatial-functions/st_geometryfromtext_EN.md @@ -1,3 +1,22 @@ + + # `ST_GeometryFromText`,`ST GeomFromText` ## Description ### Syntax @@ -14,7 +33,7 @@ mysql> SELECT ST_AsText(ST_GeometryFromText("LINESTRING (1 1, 2 2)")); +---------------------------------------------------------+ | st_astext(st_geometryfromtext('LINESTRING (1 1, 2 2)')) | +---------------------------------------------------------+ -124; LINESTRING (1, 2)124 +| LINESTRING (1 1, 2 2) | +---------------------------------------------------------+ ``` ##keyword diff --git a/docs/documentation/en/sql-reference/sql-functions/spatial-functions/st_linefromtext_EN.md b/docs/documentation/en/sql-reference/sql-functions/spatial-functions/st_linefromtext_EN.md index a2fed73c1b..ad0002fc65 100644 --- a/docs/documentation/en/sql-reference/sql-functions/spatial-functions/st_linefromtext_EN.md +++ b/docs/documentation/en/sql-reference/sql-functions/spatial-functions/st_linefromtext_EN.md @@ -1,3 +1,22 @@ + + # `ST_LineFromText`,`ST_LineStringFromText` ## Description ### Syntax @@ -14,7 +33,7 @@ mysql> SELECT ST_AsText(ST_LineFromText("LINESTRING (1 1, 2 2)")); +---------------------------------------------------------+ | st_astext(st_geometryfromtext('LINESTRING (1 1, 2 2)')) | +---------------------------------------------------------+ -124; LINESTRING (1, 2)124 +| LINESTRING (1 1, 2 2) | +---------------------------------------------------------+ ``` ##keyword diff --git a/docs/documentation/en/sql-reference/sql-functions/spatial-functions/st_point_EN.md b/docs/documentation/en/sql-reference/sql-functions/spatial-functions/st_point_EN.md index a924ef84c8..b017f5787c 100644 --- a/docs/documentation/en/sql-reference/sql-functions/spatial-functions/st_point_EN.md +++ b/docs/documentation/en/sql-reference/sql-functions/spatial-functions/st_point_EN.md @@ -1,3 +1,22 @@ + + # St_Point' ## Description ### Syntax @@ -13,7 +32,7 @@ The current value is meaningful only for spherical sets, and X/Y corresponds to ``` mysql> SELECT ST_AsText(ST_Point(24.7, 56.7)); +---------------------------------+ -124st text (st point (24.7, 56.7))124st text; +| st_astext(st_point(24.7, 56.7)) | +---------------------------------+ | POINT (24.7 56.7) | +---------------------------------+ diff --git a/docs/documentation/en/sql-reference/sql-functions/spatial-functions/st_polygon_EN.md b/docs/documentation/en/sql-reference/sql-functions/spatial-functions/st_polygon_EN.md index 21425809fb..8237aa53cb 100644 --- a/docs/documentation/en/sql-reference/sql-functions/spatial-functions/st_polygon_EN.md +++ b/docs/documentation/en/sql-reference/sql-functions/spatial-functions/st_polygon_EN.md @@ -1,3 +1,22 @@ + + # `ST_Polygon`,`ST_PolyFromText`,`ST_PolygonFromText` ## Description ### Syntax @@ -15,7 +34,7 @@ mysql> SELECT ST_AsText(ST_Polygon("POLYGON ((0 0, 10 0, 10 10, 0 10, 0 0))")); +------------------------------------------------------------------+ | st_astext(st_polygon('POLYGON ((0 0, 10 0, 10 10, 0 10, 0 0))')) | +------------------------------------------------------------------+ - +| POLYGON ((0 0, 10 0, 10 10, 0 10, 0 0)) | +------------------------------------------------------------------+ ``` ##keyword diff --git a/docs/documentation/en/sql-reference/sql-functions/spatial-functions/st_x_EN.md b/docs/documentation/en/sql-reference/sql-functions/spatial-functions/st_x_EN.md index 4a6ea6b5e1..656829949d 100644 --- a/docs/documentation/en/sql-reference/sql-functions/spatial-functions/st_x_EN.md +++ b/docs/documentation/en/sql-reference/sql-functions/spatial-functions/st_x_EN.md @@ -1,3 +1,22 @@ + + # `ST_X` ## Description ### Syntax @@ -12,7 +31,7 @@ When point is a valid POINT type, the corresponding X coordinate value is return ``` mysql> SELECT ST_X(ST_Point(24.7, 56.7)); +----------------------------+ -+ 124; St x (ST point (24.7, 56.7) 124; +| st_x(st_point(24.7, 56.7)) | +----------------------------+ | 24.7 | +----------------------------+ diff --git a/docs/documentation/en/sql-reference/sql-functions/spatial-functions/st_y_EN.md b/docs/documentation/en/sql-reference/sql-functions/spatial-functions/st_y_EN.md index e7a8bb9870..cd0075af5f 100644 --- a/docs/documentation/en/sql-reference/sql-functions/spatial-functions/st_y_EN.md +++ b/docs/documentation/en/sql-reference/sql-functions/spatial-functions/st_y_EN.md @@ -1,3 +1,22 @@ + + # `ST_Y` ## Description ### Syntax @@ -12,7 +31,7 @@ When point is a valid POINT type, the corresponding Y coordinate value is return ``` mysql> SELECT ST_Y(ST_Point(24.7, 56.7)); +----------------------------+ -+ 124; St y (ST point (24.7, 56.7) 124;; +| st_y(st_point(24.7, 56.7)) | +----------------------------+ | 56.7 | +----------------------------+ diff --git a/docs/documentation/en/sql-reference/sql-functions/string-functions/ascii_EN.md b/docs/documentation/en/sql-reference/sql-functions/string-functions/ascii_EN.md index b98457ba1d..7cf1ebe1c6 100644 --- a/docs/documentation/en/sql-reference/sql-functions/string-functions/ascii_EN.md +++ b/docs/documentation/en/sql-reference/sql-functions/string-functions/ascii_EN.md @@ -1,8 +1,27 @@ + + # ASCII ## Description ### Syntax -'INT AXES (WARCHAR STR)' +`INT AXES (WARCHAR STR)` Returns the ASCII code corresponding to the first character of the string @@ -10,16 +29,16 @@ Returns the ASCII code corresponding to the first character of the string ## example ``` -mysql > select ascii ('1'); +mysql> select ascii('1'); +------------+ -124; ASCII ('1') 124; +| ascii('1') | +------------+ | 49 | +------------+ -mysql > select axes ('234'); +mysql> select ascii('234'); +--------------+ -124; ASCII ('234') 124; +| ascii('234') | +--------------+ | 50 | +--------------+ diff --git a/docs/documentation/en/sql-reference/sql-functions/string-functions/concat_EN.md b/docs/documentation/en/sql-reference/sql-functions/string-functions/concat_EN.md index e3cdb579cd..e45c002dae 100644 --- a/docs/documentation/en/sql-reference/sql-functions/string-functions/concat_EN.md +++ b/docs/documentation/en/sql-reference/sql-functions/string-functions/concat_EN.md @@ -1,8 +1,27 @@ + + # concat ## Description ### Syntax -'VARCHAR concat (VARCHAR,...)' +`VARCHAR concat (VARCHAR,...)` Connect multiple strings and return NULL if any of the parameters is NULL @@ -12,23 +31,23 @@ Connect multiple strings and return NULL if any of the parameters is NULL ``` mysql> select concat("a", "b"); +------------------+ -*124concat ('a','b') 1244; +| concat('a', 'b') | +------------------+ -1.2.2.2.2.2. +| ab | +------------------+ mysql> select concat("a", "b", "c"); +-----------------------+ -124concat ('a','b','c') 1244; +| concat('a', 'b', 'c') | +-----------------------+ -1.2.2.2.2.2.2. +| abc | +-----------------------+ -mysql > select concat ("a", null, "c"); +mysql> select concat("a", null, "c"); +------------------------+ -124concat (a), NULL,'c') +| concat('a', NULL, 'c') | +------------------------+ -No. No. No. +| NULL | +------------------------+ ``` ##keyword diff --git a/docs/documentation/en/sql-reference/sql-functions/string-functions/concat_ws_EN.md b/docs/documentation/en/sql-reference/sql-functions/string-functions/concat_ws_EN.md index 6af64b4474..584853d576 100644 --- a/docs/documentation/en/sql-reference/sql-functions/string-functions/concat_ws_EN.md +++ b/docs/documentation/en/sql-reference/sql-functions/string-functions/concat_ws_EN.md @@ -1,3 +1,22 @@ + + # Concat_ws ## Description ### Syntax @@ -14,23 +33,23 @@ If the separator is NULL, return NULL. ``` mysql> select concat_ws("or", "d", "is"); +----------------------------+ -124concat ws (or','d','is') 124s; +| concat_ws('or', 'd', 'is') | +----------------------------+ -1.2.2.2.1.1.1.1.1.1.1.1.1.1.1.1.1.1.1.1.1.1. +| doris | +----------------------------+ mysql> select concat_ws(NULL, "d", "is"); +----------------------------+ -(NULL,'d','is') 1244; +| concat_ws(NULL, 'd', 'is') | +----------------------------+ -No. No. No. +| NULL | +----------------------------+ -mysql > select concat ws ("or", "d", NULL,"is"); +mysql> select concat_ws("or", "d", NULL,"is"); +---------------------------------+ -Concat ws ("or", "d", NULL,"is"). +| concat_ws("or", "d", NULL,"is") | +---------------------------------+ -1.2.2.2.1.1.1.1.1.1.1.1.1.1.1.1.1.1.1.1.1.1. +| doris | +---------------------------------+ ``` ##keyword diff --git a/docs/documentation/en/sql-reference/sql-functions/string-functions/find_in_set_EN.md b/docs/documentation/en/sql-reference/sql-functions/string-functions/find_in_set_EN.md index 24ae8da43e..883dc6f8e5 100644 --- a/docs/documentation/en/sql-reference/sql-functions/string-functions/find_in_set_EN.md +++ b/docs/documentation/en/sql-reference/sql-functions/string-functions/find_in_set_EN.md @@ -1,3 +1,22 @@ + + # find_in_set ## description ### Syntax @@ -12,12 +31,12 @@ Return to the location where the str first appears in strlist (counting from 1). ## example ``` -mysql > select find in u set ("b", "a,b,c"); +mysql> select find_in_set("b", "a,b,c"); +---------------------------+ -Find in set ('b','a,b,c') 1244; +| find_in_set('b', 'a,b,c') | +---------------------------+ | 2 | +---------------------------+ ``` ##keyword -FIND IN SET,FIND,IN,SET +FIND_IN_SET,FIND,IN,SET diff --git a/docs/documentation/en/sql-reference/sql-functions/string-functions/get_json_double_EN.md b/docs/documentation/en/sql-reference/sql-functions/string-functions/get_json_double_EN.md index f069dbbdd2..994d33d429 100644 --- a/docs/documentation/en/sql-reference/sql-functions/string-functions/get_json_double_EN.md +++ b/docs/documentation/en/sql-reference/sql-functions/string-functions/get_json_double_EN.md @@ -1,3 +1,22 @@ + + # get_json_double ## description ### Syntax @@ -16,9 +35,9 @@ If the json_string format is incorrect, or the json_path format is incorrect, or 1. Get the value of key as "k1" ``` -mysql > SELECT get'u json 'double ('{"k1":1.3, "k2":"2"}, "$.k1"); +mysql> SELECT get_json_double('{"k1":1.3, "k2":"2"}', "$.k1"); +-------------------------------------------------+ -Get double ('{"k1":1.3, "k2":"2"},'$.k1')'124get; +| get_json_double('{"k1":1.3, "k2":"2"}', '$.k1') | +-------------------------------------------------+ | 1.3 | +-------------------------------------------------+ @@ -27,9 +46,9 @@ Get double ('{"k1":1.3, "k2":"2"},'$.k1')'124get; 2. Get the second element of the array whose key is "my. key" ``` -mysql > SELECT get'u json 'double ('{"k1":"v1", "my.key":[1.1, 2.2, 3.3]}','$"my.key"[1]); +mysql> SELECT get_json_double('{"k1":"v1", "my.key":[1.1, 2.2, 3.3]}', '$."my.key"[1]'); +---------------------------------------------------------------------------+ -Get me a double ('{"k1":"v1", "my.key":[1.1, 2.2, 3.3]}','$"my.key"[1]])'124; +| get_json_double('{"k1":"v1", "my.key":[1.1, 2.2, 3.3]}', '$."my.key"[1]') | +---------------------------------------------------------------------------+ | 2.2 | +---------------------------------------------------------------------------+ @@ -37,9 +56,9 @@ Get me a double ('{"k1":"v1", "my.key":[1.1, 2.2, 3.3]}','$"my.key"[1]])'124; 3. Get the first element in an array whose secondary path is k1. key - > K2 ``` -mysql > SELECT get'u json 'double ('{"k1.key":{"k2":[1.1, 2.2]}}','$."k1.key".k2 [0]); +mysql> SELECT get_json_double('{"k1.key":{"k2":[1.1, 2.2]}}', '$."k1.key".k2[0]'); +---------------------------------------------------------------------+ -Get double ('{"k1.key":{"k2":[1.1, 2.2]}}','$"k1.key.k2 [0]])'124; +| get_json_double('{"k1.key":{"k2":[1.1, 2.2]}}', '$."k1.key".k2[0]') | +---------------------------------------------------------------------+ | 1.1 | +---------------------------------------------------------------------+ diff --git a/docs/documentation/en/sql-reference/sql-functions/string-functions/get_json_int_EN.md b/docs/documentation/en/sql-reference/sql-functions/string-functions/get_json_int_EN.md index 1fa4243e16..2c07f9a8c4 100644 --- a/docs/documentation/en/sql-reference/sql-functions/string-functions/get_json_int_EN.md +++ b/docs/documentation/en/sql-reference/sql-functions/string-functions/get_json_int_EN.md @@ -1,8 +1,27 @@ + + # get_json_int ## Description ### Syntax -'I don't get you int (VARCHAR is on, VARCHAR is on the path) +`INT get_json_int(VARCHAR json_str, VARCHAR json_path) Parse and retrieve the integer content of the specified path in the JSON string. @@ -16,9 +35,9 @@ If the json_string format is incorrect, or the json_path format is incorrect, or 1. Get the value of key as "k1" ``` -mysql > SELECT get json u int ('{"k1":1, "k2":"2"}, "$.k1"); +mysql> SELECT get_json_int('{"k1":1, "k2":"2"}', "$.k1"); +--------------------------------------------+ -Get it on int ('{"k1":1, "k2":"2"},'$.k1') 124s; +| get_json_int('{"k1":1, "k2":"2"}', '$.k1') | +--------------------------------------------+ | 1 | +--------------------------------------------+ @@ -27,9 +46,9 @@ Get it on int ('{"k1":1, "k2":"2"},'$.k1') 124s; 2. Get the second element of the array whose key is "my. key" ``` -mysql > SELECT get u json u int ('{"k1":"v1", "my.key":[1, 2, 3]}','$"my.key"[1]); +mysql> SELECT get_json_int('{"k1":"v1", "my.key":[1, 2, 3]}', '$."my.key"[1]'); +------------------------------------------------------------------+ -Get me on int ('{"k1":"v1", "my.key":[1, 2, 3]}','$"my.key"[1]])'124; +| get_json_int('{"k1":"v1", "my.key":[1, 2, 3]}', '$."my.key"[1]') | +------------------------------------------------------------------+ | 2 | +------------------------------------------------------------------+ @@ -37,9 +56,9 @@ Get me on int ('{"k1":"v1", "my.key":[1, 2, 3]}','$"my.key"[1]])'124; 3. Get the first element in an array whose secondary path is k1. key - > K2 ``` -mysql > SELECT get u json u int ('{"k1.key":{"k2":[1, 2]}','$"k1.key".k2 [0]'); +mysql> SELECT get_json_int('{"k1.key":{"k2":[1, 2]}}', '$."k1.key".k2[0]'); +--------------------------------------------------------------+ -Get me on int ('{"k1.key":{"k2":[1, 2]}','$"k1.key".k2 [0]) 1244; +| get_json_int('{"k1.key":{"k2":[1, 2]}}', '$."k1.key".k2[0]') | +--------------------------------------------------------------+ | 1 | +--------------------------------------------------------------+ diff --git a/docs/documentation/en/sql-reference/sql-functions/string-functions/get_json_string_EN.md b/docs/documentation/en/sql-reference/sql-functions/string-functions/get_json_string_EN.md index 2980159407..a68685f070 100644 --- a/docs/documentation/en/sql-reference/sql-functions/string-functions/get_json_string_EN.md +++ b/docs/documentation/en/sql-reference/sql-functions/string-functions/get_json_string_EN.md @@ -1,8 +1,27 @@ + + # get_json_string ## description ### Syntax -'VARCHAR get'u string (VARCHAR json str, VARCHAR json path) +'VARCHAR get_json_string (VARCHAR json str, VARCHAR json path) Parse and retrieve the string content of the specified path in the JSON string. @@ -16,42 +35,42 @@ If the json_string format is incorrect, or the json_path format is incorrect, or 1. Get the value of key as "k1" ``` -mysql > SELECT get a json string ('{"k1":"v1", "k2":"v2"}, "$.k1"); +mysql> SELECT get_json_string('{"k1":"v1", "k2":"v2"}', "$.k1"); +---------------------------------------------------+ -Get json string ('{"k1":"v1", "k2":"v2"}','$.k1')'124get; +| get_json_string('{"k1":"v1", "k2":"v2"}', '$.k1') | +---------------------------------------------------+ -1.2.2.1.; +| v1 | +---------------------------------------------------+ ``` 2. Get the second element of the array whose key is "my. key" ``` -mysql > SELECT get u json string ('{"k1":"v1", "my.key":["e1", "e2", "e3"]}','$."my.key"[1]); +mysql> SELECT get_json_string('{"k1":"v1", "my.key":["e1", "e2", "e3"]}', '$."my.key"[1]'); +------------------------------------------------------------------------------+ -Get json string ('{"k1":"v1", "my.key":["e1", "e2", "e3"]}','$"my.key"[1]])'1244; +| get_json_string('{"k1":"v1", "my.key":["e1", "e2", "e3"]}', '$."my.key"[1]') | +------------------------------------------------------------------------------+ -1.2.2.;2.; +| e2 | +------------------------------------------------------------------------------+ ``` 3. Get the first element in an array whose secondary path is k1. key - > K2 ``` -mysql > SELECT get u json string ('{"k1.key":{"k2":["v1", "v2"]}}','$."k1.key".k2 [0]); +mysql> SELECT get_json_string('{"k1.key":{"k2":["v1", "v2"]}}', '$."k1.key".k2[0]'); +-----------------------------------------------------------------------+ -Get json string ('{"k1.key":{"k2":["v1", "v2"]}','$"k1.key.k2 [0]])'124s; +| get_json_string('{"k1.key":{"k2":["v1", "v2"]}}', '$."k1.key".k2[0]') | +-----------------------------------------------------------------------+ -1.2.2.1.; +| v1 | +-----------------------------------------------------------------------+ ``` 4. Get all the values in the array where the key is "k1" ``` -mysql > SELECT get u json string ('["k1":"v1"}, {"k2":"v2"}, {"k1":"v3"}, {"k1":"v4"}],'$.k1'); +mysql> SELECT get_json_string('[{"k1":"v1"}, {"k2":"v2"}, {"k1":"v3"}, {"k1":"v4"}]', '$.k1'); +---------------------------------------------------------------------------------+ -Get your string ('[{"k1":"v1"}, {"k2":"v2"}, {"k1":"v3"}, {"k1":"v3"}, {"k1":"v4"}]],'$.k1') 1244; +| get_json_string('[{"k1":"v1"}, {"k2":"v2"}, {"k1":"v3"}, {"k1":"v4"}]', '$.k1') | +---------------------------------------------------------------------------------+ -124; ["v1","v3","v4"].124 +| ["v1","v3","v4"] | +---------------------------------------------------------------------------------+ ``` ##keyword diff --git a/docs/documentation/en/sql-reference/sql-functions/string-functions/group_concat_EN.md b/docs/documentation/en/sql-reference/sql-functions/string-functions/group_concat_EN.md index 5fc194f570..2084a69615 100644 --- a/docs/documentation/en/sql-reference/sql-functions/string-functions/group_concat_EN.md +++ b/docs/documentation/en/sql-reference/sql-functions/string-functions/group_concat_EN.md @@ -1,3 +1,22 @@ + + # group_concat ## description ### Syntax @@ -14,16 +33,16 @@ mysql> select value from test; +-------+ | value | +-------+ -(a)'124; -(b)'1244; -(c)'1244; +| a | +| b | +| c | +-------+ mysql> select group_concat(value) from test; +-----------------------+ | group_concat(`value`) | +-----------------------+ -124a, b, c, 124a; +| a, b, c | +-----------------------+ mysql> select group_concat(value, " ") from test; diff --git a/docs/documentation/en/sql-reference/sql-functions/string-functions/instr_EN.md b/docs/documentation/en/sql-reference/sql-functions/string-functions/instr_EN.md index 7dde9643ea..8e4f548197 100644 --- a/docs/documentation/en/sql-reference/sql-functions/string-functions/instr_EN.md +++ b/docs/documentation/en/sql-reference/sql-functions/string-functions/instr_EN.md @@ -1,3 +1,22 @@ + + # instr ## Description ### Syntax @@ -12,14 +31,14 @@ Returns the location where substr first appeared in str (counting from 1). If su ``` mysql> select instr("abc", "b"); +-------------------+ -124Insr ('abc','b') 124 +| instr('abc', 'b') | +-------------------+ | 2 | +-------------------+ mysql> select instr("abc", "d"); +-------------------+ -124Insr ('abc','d') 124 +| instr('abc', 'd') | +-------------------+ | 0 | +-------------------+ diff --git a/docs/documentation/en/sql-reference/sql-functions/string-functions/lcase_EN.md b/docs/documentation/en/sql-reference/sql-functions/string-functions/lcase_EN.md index 6a918f4c7f..5bf6dbcccc 100644 --- a/docs/documentation/en/sql-reference/sql-functions/string-functions/lcase_EN.md +++ b/docs/documentation/en/sql-reference/sql-functions/string-functions/lcase_EN.md @@ -1,11 +1,30 @@ + + # lcase ## Description ### Syntax -'INT lcase (VARCHAR str)' +`INT lcase (VARCHAR str)` -Consistent with `lower'. +Consistent with `lower`. ##keyword LCASE diff --git a/docs/documentation/en/sql-reference/sql-functions/string-functions/left_EN.md b/docs/documentation/en/sql-reference/sql-functions/string-functions/left_EN.md index 90cff590be..914e3d7838 100644 --- a/docs/documentation/en/sql-reference/sql-functions/string-functions/left_EN.md +++ b/docs/documentation/en/sql-reference/sql-functions/string-functions/left_EN.md @@ -1,3 +1,22 @@ + + # left ## Description ### Syntax @@ -12,7 +31,7 @@ It returns the left part of a string of specified length ``` mysql> select left("Hello doris",5); +------------------------+ -left ('Hello doris', 5)'1244; +| left('Hello doris', 5) | +------------------------+ | Hello | +------------------------+ diff --git a/docs/documentation/en/sql-reference/sql-functions/string-functions/length_EN.md b/docs/documentation/en/sql-reference/sql-functions/string-functions/length_EN.md index bb4fb1aa2b..308fdcb98c 100644 --- a/docs/documentation/en/sql-reference/sql-functions/string-functions/length_EN.md +++ b/docs/documentation/en/sql-reference/sql-functions/string-functions/length_EN.md @@ -1,3 +1,22 @@ + + # length ## Description ### Syntax @@ -12,7 +31,7 @@ Returns the length of the string and the number of characters returned for multi ``` mysql> select length("abc"); +---------------+ -length ('abc') 1244; +| length('abc') | +---------------+ | 3 | +---------------+ diff --git a/docs/documentation/en/sql-reference/sql-functions/string-functions/locate_EN.md b/docs/documentation/en/sql-reference/sql-functions/string-functions/locate_EN.md index fa83820259..cdf8fc5b83 100644 --- a/docs/documentation/en/sql-reference/sql-functions/string-functions/locate_EN.md +++ b/docs/documentation/en/sql-reference/sql-functions/string-functions/locate_EN.md @@ -1,3 +1,22 @@ + + # locate ## Description ### Syntax @@ -24,9 +43,9 @@ mysql> SELECT LOCATE('xbar', 'foobar'); | 0 | +--------------------------+ -mysql > SELECT LOCATE ('bar','foobarbar', 5); +mysql> SELECT LOCATE('bar', 'foobarbar', 5); +-------------------------------+ -Location ('bar','foobarbar', 5)'124s; +| locate('bar', 'foobarbar', 5) | +-------------------------------+ | 7 | +-------------------------------+ diff --git a/docs/documentation/en/sql-reference/sql-functions/string-functions/lower_EN.md b/docs/documentation/en/sql-reference/sql-functions/string-functions/lower_EN.md index e2de657934..d1daa2dedb 100644 --- a/docs/documentation/en/sql-reference/sql-functions/string-functions/lower_EN.md +++ b/docs/documentation/en/sql-reference/sql-functions/string-functions/lower_EN.md @@ -1,3 +1,22 @@ + + # lower ## Description ### Syntax @@ -12,9 +31,9 @@ Convert all strings in parameters to lowercase ``` mysql> SELECT lower("AbC123"); +-----------------+ -1.A/AC.109/2002/L.1; +| lower('AbC123') | +-----------------+ -1244; abc123 +| abc123 | +-----------------+ ``` ##keyword diff --git a/docs/documentation/en/sql-reference/sql-functions/string-functions/lpad_EN.md b/docs/documentation/en/sql-reference/sql-functions/string-functions/lpad_EN.md index 6ac8ad55e1..d8d5edcc0d 100644 --- a/docs/documentation/en/sql-reference/sql-functions/string-functions/lpad_EN.md +++ b/docs/documentation/en/sql-reference/sql-functions/string-functions/lpad_EN.md @@ -1,3 +1,22 @@ + + # lpad ## Description ### Syntax @@ -10,18 +29,18 @@ Returns a string of length len in str, starting with the initials. If len is lon ## example ``` -mysql > SELECT lpad ("hi", 5, "xy"); +mysql> SELECT lpad("hi", 5, "xy"); +---------------------+ -1244; lpad ('hi', 5,'xy') 1244; +| lpad('hi', 5, 'xy') | +---------------------+ | xyxhi | +---------------------+ -mysql > SELECT lpad ("hi", 1, "xy"); +mysql> SELECT lpad("hi", 1, "xy"); +---------------------+ -1244; lpad ('hi', 1,'xy') 1244; +| lpad('hi', 1, 'xy') | +---------------------+ -1.2.2.2.2.2.1.1.1.1.2. +| h | +---------------------+ ``` ##keyword diff --git a/docs/documentation/en/sql-reference/sql-functions/string-functions/ltrim_EN.md b/docs/documentation/en/sql-reference/sql-functions/string-functions/ltrim_EN.md index 4dac479a3c..633f5d00cd 100644 --- a/docs/documentation/en/sql-reference/sql-functions/string-functions/ltrim_EN.md +++ b/docs/documentation/en/sql-reference/sql-functions/string-functions/ltrim_EN.md @@ -1,3 +1,22 @@ + + # ltrim ## Description ### Syntax @@ -10,11 +29,11 @@ Remove the space that appears continuously from the beginning of the parameter s ## example ``` -mysql > SELECT ltrim (ab d'); +mysql> SELECT ltrim(' ab d'); +------------------+ -1244; ltrim (ab d') 1244; +| ltrim(' ab d') | +------------------+ -1.2.4.;b d +| ab d | +------------------+ ``` ##keyword diff --git a/docs/documentation/en/sql-reference/sql-functions/string-functions/money_format_EN.md b/docs/documentation/en/sql-reference/sql-functions/string-functions/money_format_EN.md index 2cfe379fef..b294b59301 100644 --- a/docs/documentation/en/sql-reference/sql-functions/string-functions/money_format_EN.md +++ b/docs/documentation/en/sql-reference/sql-functions/string-functions/money_format_EN.md @@ -1,3 +1,22 @@ + + # money_format ## Description ### Syntax diff --git a/docs/documentation/en/sql-reference/sql-functions/string-functions/regexp_extract_EN.md b/docs/documentation/en/sql-reference/sql-functions/string-functions/regexp_extract_EN.md index 972fb57c44..8cfc2828ce 100644 --- a/docs/documentation/en/sql-reference/sql-functions/string-functions/regexp_extract_EN.md +++ b/docs/documentation/en/sql-reference/sql-functions/string-functions/regexp_extract_EN.md @@ -1,3 +1,22 @@ + + # regexp_extract ## Description ### Syntax @@ -12,16 +31,16 @@ The string STR is matched regularly and the POS matching part which conforms to ``` mysql> SELECT regexp_extract('AbCdE', '([[:lower:]]+)C([[:lower:]]+)', 1); +-------------------------------------------------------------+ -.124; regexp Extract ('AbCdE', [[[[[:lower:]]]+)C ([[[:lower:]+]]]]'-1'-124; +| regexp_extract('AbCdE', '([[:lower:]]+)C([[:lower:]]+)', 1) | +-------------------------------------------------------------+ -(b)'1244; +| b | +-------------------------------------------------------------+ mysql> SELECT regexp_extract('AbCdE', '([[:lower:]]+)C([[:lower:]]+)', 2); +-------------------------------------------------------------+ -.124; regexp Extract ('AbCdE', [[[[[:lower:]]]+)C ([[[:lower:]+]]]]]'-2'-124; +| regexp_extract('AbCdE', '([[:lower:]]+)C([[:lower:]]+)', 2) | +-------------------------------------------------------------+ -(d) 124d; +| d | +-------------------------------------------------------------+ ``` ##keyword diff --git a/docs/documentation/en/sql-reference/sql-functions/string-functions/regexp_replace_EN.md b/docs/documentation/en/sql-reference/sql-functions/string-functions/regexp_replace_EN.md index c340c700e5..96b8a3a60b 100644 --- a/docs/documentation/en/sql-reference/sql-functions/string-functions/regexp_replace_EN.md +++ b/docs/documentation/en/sql-reference/sql-functions/string-functions/regexp_replace_EN.md @@ -1,3 +1,22 @@ + + # regexp_replace ## description ### Syntax @@ -14,14 +33,14 @@ mysql> SELECT regexp_replace('a b c', " ", "-"); +-----------------------------------+ | regexp_replace('a b c', ' ', '-') | +-----------------------------------+ -A -b -c `124; +| a-b-c | +-----------------------------------+ mysql> SELECT regexp_replace('a b c','(b)','<\\1>'); +----------------------------------------+ -Replace ('a b c','(b)','<\1 >') regexp; +| regexp_replace('a b c', '(b)', '<\1>') | +----------------------------------------+ -A c {1244} +| a c | +----------------------------------------+ ``` ##keyword diff --git a/docs/documentation/en/sql-reference/sql-functions/string-functions/repeat_EN.md b/docs/documentation/en/sql-reference/sql-functions/string-functions/repeat_EN.md index 528575adcf..bbc3dd8cd4 100644 --- a/docs/documentation/en/sql-reference/sql-functions/string-functions/repeat_EN.md +++ b/docs/documentation/en/sql-reference/sql-functions/string-functions/repeat_EN.md @@ -1,3 +1,22 @@ + + # repeat ## Description ### Syntax @@ -12,14 +31,14 @@ Repeat the str of the string count times, return empty string when count is less ``` mysql> SELECT repeat("a", 3); +----------------+ -repeat ('a', 3)'1244; +| repeat('a', 3) | +----------------+ | aaa | +----------------+ mysql> SELECT repeat("a", -1); +-----------------+ -repeat ('a', -1) 1244; +| repeat('a', -1) | +-----------------+ | | +-----------------+ diff --git a/docs/documentation/en/sql-reference/sql-functions/string-functions/right_EN.md b/docs/documentation/en/sql-reference/sql-functions/string-functions/right_EN.md index 7a1807d101..6d4a06b56e 100644 --- a/docs/documentation/en/sql-reference/sql-functions/string-functions/right_EN.md +++ b/docs/documentation/en/sql-reference/sql-functions/string-functions/right_EN.md @@ -1,3 +1,22 @@ + + # right ## Description ### Syntax @@ -12,9 +31,9 @@ It returns the right part of a string of specified length ``` mysql> select right("Hello doris",5); +-------------------------+ -Right ('Hello doris', 5)'1244; +| right('Hello doris', 5) | +-------------------------+ -1.2.2.2.1.1.1.1.1.1.1.1.1.1.1.1.1.1.1.1.1.1. +| doris | +-------------------------+ ``` ##keyword diff --git a/docs/documentation/en/sql-reference/sql-functions/string-functions/split_part_EN.md b/docs/documentation/en/sql-reference/sql-functions/string-functions/split_part_EN.md index c74dcbbc3b..a19025fc86 100644 --- a/docs/documentation/en/sql-reference/sql-functions/string-functions/split_part_EN.md +++ b/docs/documentation/en/sql-reference/sql-functions/string-functions/split_part_EN.md @@ -1,3 +1,22 @@ + + # split_part ## Description ### Syntax @@ -12,7 +31,7 @@ Returns the specified partition (counting from the beginning) by splitting the s ``` mysql> select split_part("hello world", " ", 1); +----------------------------------+ -(hello world','1)'124split part'; +| split_part('hello world', ' ', 1) | +----------------------------------+ | hello | +----------------------------------+ @@ -20,21 +39,21 @@ mysql> select split_part("hello world", " ", 1); mysql> select split_part("hello world", " ", 2); +----------------------------------+ -(hello world','2)'124u; +| split_part('hello world', ' ', 2) | +----------------------------------+ | world | +----------------------------------+ mysql> select split_part("2019年7月8号", "月", 1); +-----------------------------------------+ -(2019726376;821495;','263761,') 1244; +| split_part('2019年7月8号', '月', 1) | +-----------------------------------------+ -| July 2019| +| 2019年7 | +-----------------------------------------+ mysql> select split_part("abca", "a", 1); +----------------------------+ -split part ('abca','a', 1) +| split_part('abca', 'a', 1) | +----------------------------+ | | +----------------------------+ diff --git a/docs/documentation/en/sql-reference/sql-functions/string-functions/strleft_EN.md b/docs/documentation/en/sql-reference/sql-functions/string-functions/strleft_EN.md index f1aeb9d8df..2700327491 100644 --- a/docs/documentation/en/sql-reference/sql-functions/string-functions/strleft_EN.md +++ b/docs/documentation/en/sql-reference/sql-functions/string-functions/strleft_EN.md @@ -1,3 +1,22 @@ + + # strleft ## Description ### Syntax @@ -12,7 +31,7 @@ It returns the left part of a string of specified length ``` mysql> select strleft("Hello doris",5); +------------------------+ -(Hello doris', 5)'1244; +| strleft('Hello doris', 5) | +------------------------+ | Hello | +------------------------+ diff --git a/docs/documentation/en/sql-reference/sql-functions/string-functions/strright_EN.md b/docs/documentation/en/sql-reference/sql-functions/string-functions/strright_EN.md index eeaed89b30..ed81e8e859 100644 --- a/docs/documentation/en/sql-reference/sql-functions/string-functions/strright_EN.md +++ b/docs/documentation/en/sql-reference/sql-functions/string-functions/strright_EN.md @@ -1,3 +1,23 @@ + + + # strright ## Description ### Syntax @@ -12,9 +32,9 @@ It returns the right part of a string of specified length ``` mysql> select strright("Hello doris",5); +-------------------------+ -strright ('Hello doris', 5)'1244; +| strright('Hello doris', 5) | +-------------------------+ -1.2.2.2.1.1.1.1.1.1.1.1.1.1.1.1.1.1.1.1.1.1. +| doris | +-------------------------+ ``` ##keyword diff --git a/docs/documentation/en/sql-reference/sql-statements/Account Management/CREATE ROLE_EN.md b/docs/documentation/en/sql-reference/sql-statements/Account Management/CREATE ROLE_EN.md index 0ef785b7c4..7cae6ef247 100644 --- a/docs/documentation/en/sql-reference/sql-statements/Account Management/CREATE ROLE_EN.md +++ b/docs/documentation/en/sql-reference/sql-statements/Account Management/CREATE ROLE_EN.md @@ -1,3 +1,22 @@ + + # CREATE ROLE ## Description The statement user creates a role diff --git a/docs/documentation/en/sql-reference/sql-statements/Account Management/CREATE USER_EN.md b/docs/documentation/en/sql-reference/sql-statements/Account Management/CREATE USER_EN.md index 7fcd8c7fec..a7d10946e5 100644 --- a/docs/documentation/en/sql-reference/sql-statements/Account Management/CREATE USER_EN.md +++ b/docs/documentation/en/sql-reference/sql-statements/Account Management/CREATE USER_EN.md @@ -1,3 +1,22 @@ + + # CREATE USER ##Description diff --git a/docs/documentation/en/sql-reference/sql-statements/Account Management/DROP ROLE_EN.md b/docs/documentation/en/sql-reference/sql-statements/Account Management/DROP ROLE_EN.md index a119a9c234..94247beb97 100644 --- a/docs/documentation/en/sql-reference/sql-statements/Account Management/DROP ROLE_EN.md +++ b/docs/documentation/en/sql-reference/sql-statements/Account Management/DROP ROLE_EN.md @@ -1,3 +1,22 @@ + + # DROP ROLE ## Description The statement user deletes a role diff --git a/docs/documentation/en/sql-reference/sql-statements/Account Management/DROP USER_EN.md b/docs/documentation/en/sql-reference/sql-statements/Account Management/DROP USER_EN.md index 47e30fd0a9..87faafdecd 100644 --- a/docs/documentation/en/sql-reference/sql-statements/Account Management/DROP USER_EN.md +++ b/docs/documentation/en/sql-reference/sql-statements/Account Management/DROP USER_EN.md @@ -1,3 +1,22 @@ + + # DROP USER ## Description diff --git a/docs/documentation/en/sql-reference/sql-statements/Account Management/GRANT_EN.md b/docs/documentation/en/sql-reference/sql-statements/Account Management/GRANT_EN.md index df0f8a2ff3..2ec2efb4cf 100644 --- a/docs/documentation/en/sql-reference/sql-statements/Account Management/GRANT_EN.md +++ b/docs/documentation/en/sql-reference/sql-statements/Account Management/GRANT_EN.md @@ -1,3 +1,22 @@ + + # Grant ## Description diff --git a/docs/documentation/en/sql-reference/sql-statements/Account Management/REVOKE_EN.md b/docs/documentation/en/sql-reference/sql-statements/Account Management/REVOKE_EN.md index 856ac368ad..a1ba9401b6 100644 --- a/docs/documentation/en/sql-reference/sql-statements/Account Management/REVOKE_EN.md +++ b/docs/documentation/en/sql-reference/sql-statements/Account Management/REVOKE_EN.md @@ -1,3 +1,22 @@ + + # REVOKE ## Description diff --git a/docs/documentation/en/sql-reference/sql-statements/Account Management/SET PASSWORD_EN.md b/docs/documentation/en/sql-reference/sql-statements/Account Management/SET PASSWORD_EN.md index 86be5af05e..41226d3f2f 100644 --- a/docs/documentation/en/sql-reference/sql-statements/Account Management/SET PASSWORD_EN.md +++ b/docs/documentation/en/sql-reference/sql-statements/Account Management/SET PASSWORD_EN.md @@ -1,3 +1,22 @@ + + # SET PASSWORD ## Description diff --git a/docs/documentation/en/sql-reference/sql-statements/Account Management/SET PROPERTY_EN.md b/docs/documentation/en/sql-reference/sql-statements/Account Management/SET PROPERTY_EN.md index 1cc17b6b7c..20dfa914f2 100644 --- a/docs/documentation/en/sql-reference/sql-statements/Account Management/SET PROPERTY_EN.md +++ b/docs/documentation/en/sql-reference/sql-statements/Account Management/SET PROPERTY_EN.md @@ -1,3 +1,22 @@ + + # SET PROPERTY ## Description diff --git a/docs/documentation/en/sql-reference/sql-statements/Account Management/SHOW GRANTS_EN.md b/docs/documentation/en/sql-reference/sql-statements/Account Management/SHOW GRANTS_EN.md index f7de555088..74745a1646 100644 --- a/docs/documentation/en/sql-reference/sql-statements/Account Management/SHOW GRANTS_EN.md +++ b/docs/documentation/en/sql-reference/sql-statements/Account Management/SHOW GRANTS_EN.md @@ -1,3 +1,22 @@ + + # SHOW GRANTS ## Description diff --git a/docs/documentation/en/sql-reference/sql-statements/Account Management/SHOW ROLES_EN.md b/docs/documentation/en/sql-reference/sql-statements/Account Management/SHOW ROLES_EN.md index 45955f4e74..57376862d6 100644 --- a/docs/documentation/en/sql-reference/sql-statements/Account Management/SHOW ROLES_EN.md +++ b/docs/documentation/en/sql-reference/sql-statements/Account Management/SHOW ROLES_EN.md @@ -1,3 +1,22 @@ + + # SHOW ROLES ## Description This statement is used to display all created role information, including the role name, the user included, and the permissions. diff --git a/docs/documentation/en/sql-reference/sql-statements/Administration/ADMIN CANCEL REPAIR_EN.md b/docs/documentation/en/sql-reference/sql-statements/Administration/ADMIN CANCEL REPAIR_EN.md index 47c99b7182..f4f6ca31da 100644 --- a/docs/documentation/en/sql-reference/sql-statements/Administration/ADMIN CANCEL REPAIR_EN.md +++ b/docs/documentation/en/sql-reference/sql-statements/Administration/ADMIN CANCEL REPAIR_EN.md @@ -1,3 +1,22 @@ + + # ADMIN CANCEL REPAIR ## Description diff --git a/docs/documentation/en/sql-reference/sql-statements/Administration/ADMIN REPAIR_EN.md b/docs/documentation/en/sql-reference/sql-statements/Administration/ADMIN REPAIR_EN.md index bd12c2dc6e..628cec6c99 100644 --- a/docs/documentation/en/sql-reference/sql-statements/Administration/ADMIN REPAIR_EN.md +++ b/docs/documentation/en/sql-reference/sql-statements/Administration/ADMIN REPAIR_EN.md @@ -1,3 +1,22 @@ + + # ADMIN REPAIR ## Description diff --git a/docs/documentation/en/sql-reference/sql-statements/Administration/ADMIN SET CONFIG_EN.md b/docs/documentation/en/sql-reference/sql-statements/Administration/ADMIN SET CONFIG_EN.md index d3a463d113..6f7dc58c8f 100644 --- a/docs/documentation/en/sql-reference/sql-statements/Administration/ADMIN SET CONFIG_EN.md +++ b/docs/documentation/en/sql-reference/sql-statements/Administration/ADMIN SET CONFIG_EN.md @@ -1,3 +1,22 @@ + + # ADMIN SET CONFIG ## Description diff --git a/docs/documentation/en/sql-reference/sql-statements/Administration/ADMIN SHOW CONFIG_EN.md b/docs/documentation/en/sql-reference/sql-statements/Administration/ADMIN SHOW CONFIG_EN.md index 6479acad1c..75eca91f0f 100644 --- a/docs/documentation/en/sql-reference/sql-statements/Administration/ADMIN SHOW CONFIG_EN.md +++ b/docs/documentation/en/sql-reference/sql-statements/Administration/ADMIN SHOW CONFIG_EN.md @@ -1,3 +1,22 @@ + + # ADMIN SHOW CONFIG ## Description diff --git a/docs/documentation/en/sql-reference/sql-statements/Administration/ADMIN SHOW REPLICA DISTRIBUTION_EN.md b/docs/documentation/en/sql-reference/sql-statements/Administration/ADMIN SHOW REPLICA DISTRIBUTION_EN.md index 9a65b0bc7e..c17916ca53 100644 --- a/docs/documentation/en/sql-reference/sql-statements/Administration/ADMIN SHOW REPLICA DISTRIBUTION_EN.md +++ b/docs/documentation/en/sql-reference/sql-statements/Administration/ADMIN SHOW REPLICA DISTRIBUTION_EN.md @@ -1,3 +1,22 @@ + + # ADMIN SHOW REPLICA DISTRIBUTION ## Description diff --git a/docs/documentation/en/sql-reference/sql-statements/Administration/ADMIN SHOW REPLICA STATUS_EN.md b/docs/documentation/en/sql-reference/sql-statements/Administration/ADMIN SHOW REPLICA STATUS_EN.md index 90b80796af..638032568b 100644 --- a/docs/documentation/en/sql-reference/sql-statements/Administration/ADMIN SHOW REPLICA STATUS_EN.md +++ b/docs/documentation/en/sql-reference/sql-statements/Administration/ADMIN SHOW REPLICA STATUS_EN.md @@ -1,3 +1,22 @@ + + # ADMIN SHOW REPLICA STATUS ## Description diff --git a/docs/documentation/en/sql-reference/sql-statements/Administration/ALTER CLUSTER_EN.md b/docs/documentation/en/sql-reference/sql-statements/Administration/ALTER CLUSTER_EN.md index 660b6e9c17..a6d015c3e5 100644 --- a/docs/documentation/en/sql-reference/sql-statements/Administration/ALTER CLUSTER_EN.md +++ b/docs/documentation/en/sql-reference/sql-statements/Administration/ALTER CLUSTER_EN.md @@ -1,3 +1,22 @@ + + # ALTER CLUSTER ## description diff --git a/docs/documentation/en/sql-reference/sql-statements/Administration/ALTER SYSTEM_EN.md b/docs/documentation/en/sql-reference/sql-statements/Administration/ALTER SYSTEM_EN.md index b66c7ce03b..209985f07b 100644 --- a/docs/documentation/en/sql-reference/sql-statements/Administration/ALTER SYSTEM_EN.md +++ b/docs/documentation/en/sql-reference/sql-statements/Administration/ALTER SYSTEM_EN.md @@ -1,3 +1,22 @@ + + # ALTER SYSTEM ## Description diff --git a/docs/documentation/en/sql-reference/sql-statements/Administration/CANCEL DECOMMISSION_EN.md b/docs/documentation/en/sql-reference/sql-statements/Administration/CANCEL DECOMMISSION_EN.md index 80df49f450..02ffd4d81f 100644 --- a/docs/documentation/en/sql-reference/sql-statements/Administration/CANCEL DECOMMISSION_EN.md +++ b/docs/documentation/en/sql-reference/sql-statements/Administration/CANCEL DECOMMISSION_EN.md @@ -1,3 +1,22 @@ + + # CANCEL DECOMMISSION ## Description diff --git a/docs/documentation/en/sql-reference/sql-statements/Administration/CREATE CLUSTER_EN.md b/docs/documentation/en/sql-reference/sql-statements/Administration/CREATE CLUSTER_EN.md index 487c48d63b..df2d279648 100644 --- a/docs/documentation/en/sql-reference/sql-statements/Administration/CREATE CLUSTER_EN.md +++ b/docs/documentation/en/sql-reference/sql-statements/Administration/CREATE CLUSTER_EN.md @@ -1,3 +1,22 @@ + + # CREATE CLUSTER ## Description diff --git a/docs/documentation/en/sql-reference/sql-statements/Administration/CREATE FILE_EN.md b/docs/documentation/en/sql-reference/sql-statements/Administration/CREATE FILE_EN.md index 1e96f659cf..30dce72446 100644 --- a/docs/documentation/en/sql-reference/sql-statements/Administration/CREATE FILE_EN.md +++ b/docs/documentation/en/sql-reference/sql-statements/Administration/CREATE FILE_EN.md @@ -1,3 +1,22 @@ + + # CREATE FILE ## Description diff --git a/docs/documentation/en/sql-reference/sql-statements/Administration/DROP CLUSTER_EN.md b/docs/documentation/en/sql-reference/sql-statements/Administration/DROP CLUSTER_EN.md index 4915345d02..3cfe58e53d 100644 --- a/docs/documentation/en/sql-reference/sql-statements/Administration/DROP CLUSTER_EN.md +++ b/docs/documentation/en/sql-reference/sql-statements/Administration/DROP CLUSTER_EN.md @@ -1,3 +1,22 @@ + + # DROP CLUSTER ## Description diff --git a/docs/documentation/en/sql-reference/sql-statements/Administration/DROP FILE_EN.md b/docs/documentation/en/sql-reference/sql-statements/Administration/DROP FILE_EN.md index 90ea4c77e2..060fa0a1e4 100644 --- a/docs/documentation/en/sql-reference/sql-statements/Administration/DROP FILE_EN.md +++ b/docs/documentation/en/sql-reference/sql-statements/Administration/DROP FILE_EN.md @@ -1,3 +1,22 @@ + + # DROP FILE ## Description diff --git a/docs/documentation/en/sql-reference/sql-statements/Administration/ENTER_EN.md b/docs/documentation/en/sql-reference/sql-statements/Administration/ENTER_EN.md index 2a2d9e0138..09f9843531 100644 --- a/docs/documentation/en/sql-reference/sql-statements/Administration/ENTER_EN.md +++ b/docs/documentation/en/sql-reference/sql-statements/Administration/ENTER_EN.md @@ -1,3 +1,22 @@ + + # ENTER ## Description diff --git a/docs/documentation/en/sql-reference/sql-statements/Administration/LINK DATABASE_EN.md b/docs/documentation/en/sql-reference/sql-statements/Administration/LINK DATABASE_EN.md index 180cf50fa3..3344161024 100644 --- a/docs/documentation/en/sql-reference/sql-statements/Administration/LINK DATABASE_EN.md +++ b/docs/documentation/en/sql-reference/sql-statements/Administration/LINK DATABASE_EN.md @@ -1,3 +1,22 @@ + + # LINK DATABASE ## Description diff --git a/docs/documentation/en/sql-reference/sql-statements/Administration/MIGRATE DATABASE_EN.md b/docs/documentation/en/sql-reference/sql-statements/Administration/MIGRATE DATABASE_EN.md index 674b978fd6..3229f0fd03 100644 --- a/docs/documentation/en/sql-reference/sql-statements/Administration/MIGRATE DATABASE_EN.md +++ b/docs/documentation/en/sql-reference/sql-statements/Administration/MIGRATE DATABASE_EN.md @@ -1,3 +1,22 @@ + + # MIGRATE DATABASE ## Description diff --git a/docs/documentation/en/sql-reference/sql-statements/Administration/SHOW BACKENDS_EN.md b/docs/documentation/en/sql-reference/sql-statements/Administration/SHOW BACKENDS_EN.md index 05b610b508..5a21669b19 100644 --- a/docs/documentation/en/sql-reference/sql-statements/Administration/SHOW BACKENDS_EN.md +++ b/docs/documentation/en/sql-reference/sql-statements/Administration/SHOW BACKENDS_EN.md @@ -1,3 +1,22 @@ + + # SHOW BACKENDS ## Description This statement is used to view BE nodes in the cluster diff --git a/docs/documentation/en/sql-reference/sql-statements/Administration/SHOW BROKER_EN.md b/docs/documentation/en/sql-reference/sql-statements/Administration/SHOW BROKER_EN.md index 00489a7109..deba72ac3b 100644 --- a/docs/documentation/en/sql-reference/sql-statements/Administration/SHOW BROKER_EN.md +++ b/docs/documentation/en/sql-reference/sql-statements/Administration/SHOW BROKER_EN.md @@ -1,3 +1,22 @@ + + # SHOW BROKER ## Description This statement is used to view the existing broker diff --git a/docs/documentation/en/sql-reference/sql-statements/Administration/SHOW FILE_EN.md b/docs/documentation/en/sql-reference/sql-statements/Administration/SHOW FILE_EN.md index 9b8bb93c80..927625f297 100644 --- a/docs/documentation/en/sql-reference/sql-statements/Administration/SHOW FILE_EN.md +++ b/docs/documentation/en/sql-reference/sql-statements/Administration/SHOW FILE_EN.md @@ -1,3 +1,22 @@ + + # SHOW FILE ## Description diff --git a/docs/documentation/en/sql-reference/sql-statements/Administration/SHOW FRONTENDS_EN.md b/docs/documentation/en/sql-reference/sql-statements/Administration/SHOW FRONTENDS_EN.md index f08216b978..457cc8682b 100644 --- a/docs/documentation/en/sql-reference/sql-statements/Administration/SHOW FRONTENDS_EN.md +++ b/docs/documentation/en/sql-reference/sql-statements/Administration/SHOW FRONTENDS_EN.md @@ -1,5 +1,24 @@ + + # SHOW FRONTENDS -# Description +## Description This statement is used to view FE nodes Grammar: SHOW FRONTENDS; diff --git a/docs/documentation/en/sql-reference/sql-statements/Administration/SHOW FULL COLUMNS_EN.md b/docs/documentation/en/sql-reference/sql-statements/Administration/SHOW FULL COLUMNS_EN.md index 5151640dc2..dd47576f74 100644 --- a/docs/documentation/en/sql-reference/sql-statements/Administration/SHOW FULL COLUMNS_EN.md +++ b/docs/documentation/en/sql-reference/sql-statements/Administration/SHOW FULL COLUMNS_EN.md @@ -1,3 +1,22 @@ + + # SHOW FULL COLUMNS ## description This statement is used to view some information about columns of a table. diff --git a/docs/documentation/en/sql-reference/sql-statements/Administration/SHOW MIGRATIONS_EN.md b/docs/documentation/en/sql-reference/sql-statements/Administration/SHOW MIGRATIONS_EN.md index cc98737040..3180c98196 100644 --- a/docs/documentation/en/sql-reference/sql-statements/Administration/SHOW MIGRATIONS_EN.md +++ b/docs/documentation/en/sql-reference/sql-statements/Administration/SHOW MIGRATIONS_EN.md @@ -1,3 +1,22 @@ + + # SHOW MIGRATIONS ## Description diff --git a/docs/documentation/en/sql-reference/sql-statements/Administration/SHOW TABLE STATUS_EN.md b/docs/documentation/en/sql-reference/sql-statements/Administration/SHOW TABLE STATUS_EN.md index a280e4ebf5..e9c228f720 100644 --- a/docs/documentation/en/sql-reference/sql-statements/Administration/SHOW TABLE STATUS_EN.md +++ b/docs/documentation/en/sql-reference/sql-statements/Administration/SHOW TABLE STATUS_EN.md @@ -1,3 +1,22 @@ + + # SHOW TABLE STATUS ## description diff --git a/docs/documentation/en/sql-reference/sql-statements/Data Definition/ALTER DATABASE_EN.md b/docs/documentation/en/sql-reference/sql-statements/Data Definition/ALTER DATABASE_EN.md index 79a8b957dd..01aae6321e 100644 --- a/docs/documentation/en/sql-reference/sql-statements/Data Definition/ALTER DATABASE_EN.md +++ b/docs/documentation/en/sql-reference/sql-statements/Data Definition/ALTER DATABASE_EN.md @@ -1,3 +1,22 @@ + + # ALTER DATABASE ## description This statement is used to set the properties of the specified database. (Administrators only) diff --git a/docs/documentation/en/sql-reference/sql-statements/Data Definition/ALTER TABLE_EN.md b/docs/documentation/en/sql-reference/sql-statements/Data Definition/ALTER TABLE_EN.md index 63d27eb00e..eb982dcbf3 100644 --- a/docs/documentation/en/sql-reference/sql-statements/Data Definition/ALTER TABLE_EN.md +++ b/docs/documentation/en/sql-reference/sql-statements/Data Definition/ALTER TABLE_EN.md @@ -1,3 +1,22 @@ + + # ALTER TABLE ## description     This statement is used to modify an existing table. If no rollup index is specified, the base operation is the default. diff --git a/docs/documentation/en/sql-reference/sql-statements/Data Definition/BACKUP_EN.md b/docs/documentation/en/sql-reference/sql-statements/Data Definition/BACKUP_EN.md index d70a006159..8c16fe02f1 100644 --- a/docs/documentation/en/sql-reference/sql-statements/Data Definition/BACKUP_EN.md +++ b/docs/documentation/en/sql-reference/sql-statements/Data Definition/BACKUP_EN.md @@ -1,3 +1,22 @@ + + # BACKUP ## Description This statement is used to backup data under the specified database. This command is an asynchronous operation. After successful submission, you need to check progress through the SHOW BACKUP command. Only tables of OLAP type are backed up. diff --git a/docs/documentation/en/sql-reference/sql-statements/Data Definition/CANCEL ALTER_EN.md b/docs/documentation/en/sql-reference/sql-statements/Data Definition/CANCEL ALTER_EN.md index 2114244369..237f4df660 100644 --- a/docs/documentation/en/sql-reference/sql-statements/Data Definition/CANCEL ALTER_EN.md +++ b/docs/documentation/en/sql-reference/sql-statements/Data Definition/CANCEL ALTER_EN.md @@ -1,3 +1,22 @@ + + # CANCEL ALTER ## Description This statement is used to undo an ALTER operation. diff --git a/docs/documentation/en/sql-reference/sql-statements/Data Definition/CANCEL BACKUP_EN.md b/docs/documentation/en/sql-reference/sql-statements/Data Definition/CANCEL BACKUP_EN.md index c853ed75f0..e79e6bbf16 100644 --- a/docs/documentation/en/sql-reference/sql-statements/Data Definition/CANCEL BACKUP_EN.md +++ b/docs/documentation/en/sql-reference/sql-statements/Data Definition/CANCEL BACKUP_EN.md @@ -1,3 +1,22 @@ + + # CANCEL BACKUP ## Description This statement is used to cancel an ongoing BACKUP task. diff --git a/docs/documentation/en/sql-reference/sql-statements/Data Definition/CANCEL RESTORE_EN.md b/docs/documentation/en/sql-reference/sql-statements/Data Definition/CANCEL RESTORE_EN.md index 7e89d80b15..a288d161a8 100644 --- a/docs/documentation/en/sql-reference/sql-statements/Data Definition/CANCEL RESTORE_EN.md +++ b/docs/documentation/en/sql-reference/sql-statements/Data Definition/CANCEL RESTORE_EN.md @@ -1,3 +1,22 @@ + + # CANCEL RESTORE ## Description This statement is used to cancel an ongoing RESTORE task. diff --git a/docs/documentation/en/sql-reference/sql-statements/Data Definition/CREATE DATABASE_EN.md b/docs/documentation/en/sql-reference/sql-statements/Data Definition/CREATE DATABASE_EN.md index a6d1fc34ce..e9771000d4 100644 --- a/docs/documentation/en/sql-reference/sql-statements/Data Definition/CREATE DATABASE_EN.md +++ b/docs/documentation/en/sql-reference/sql-statements/Data Definition/CREATE DATABASE_EN.md @@ -1,3 +1,22 @@ + + # CREATE DATABASE ## Description This statement is used to create a new database diff --git a/docs/documentation/en/sql-reference/sql-statements/Data Definition/CREATE REPOSITORY_EN.md b/docs/documentation/en/sql-reference/sql-statements/Data Definition/CREATE REPOSITORY_EN.md index 3bb1ce3819..59eaba92c0 100644 --- a/docs/documentation/en/sql-reference/sql-statements/Data Definition/CREATE REPOSITORY_EN.md +++ b/docs/documentation/en/sql-reference/sql-statements/Data Definition/CREATE REPOSITORY_EN.md @@ -1,3 +1,22 @@ + + # CREATE REPOSITORY ## Description This statement is used to create the warehouse. The warehouse is used for backup or recovery. Only root or superuser users can create warehouses. diff --git a/docs/documentation/en/sql-reference/sql-statements/Data Definition/CREATE TABLE_EN.md b/docs/documentation/en/sql-reference/sql-statements/Data Definition/CREATE TABLE_EN.md index a49260d2df..1e22b79d17 100644 --- a/docs/documentation/en/sql-reference/sql-statements/Data Definition/CREATE TABLE_EN.md +++ b/docs/documentation/en/sql-reference/sql-statements/Data Definition/CREATE TABLE_EN.md @@ -1,3 +1,22 @@ + + # CREATE TABLE ## description diff --git a/docs/documentation/en/sql-reference/sql-statements/Data Definition/CREATE VIEW_EN.md b/docs/documentation/en/sql-reference/sql-statements/Data Definition/CREATE VIEW_EN.md index e9c2bd7bb9..d14b0a4382 100644 --- a/docs/documentation/en/sql-reference/sql-statements/Data Definition/CREATE VIEW_EN.md +++ b/docs/documentation/en/sql-reference/sql-statements/Data Definition/CREATE VIEW_EN.md @@ -1,3 +1,22 @@ + + # CREATE VIEW ## Description This statement is used to create a logical view diff --git a/docs/documentation/en/sql-reference/sql-statements/Data Definition/Colocate Join_EN.md b/docs/documentation/en/sql-reference/sql-statements/Data Definition/Colocate Join_EN.md index 8781a77a1e..8b2ecfe6f4 100644 --- a/docs/documentation/en/sql-reference/sql-statements/Data Definition/Colocate Join_EN.md +++ b/docs/documentation/en/sql-reference/sql-statements/Data Definition/Colocate Join_EN.md @@ -1,3 +1,22 @@ + + # Colocate Join ## Description Colocate/Local Join means that when multiple nodes are Join, there is no data movement and network transmission, and each node is only Join locally. diff --git a/docs/documentation/en/sql-reference/sql-statements/Data Definition/DROP DATABASE_EN.md b/docs/documentation/en/sql-reference/sql-statements/Data Definition/DROP DATABASE_EN.md index c4bd9b6d0a..dc39f129ee 100644 --- a/docs/documentation/en/sql-reference/sql-statements/Data Definition/DROP DATABASE_EN.md +++ b/docs/documentation/en/sql-reference/sql-statements/Data Definition/DROP DATABASE_EN.md @@ -1,3 +1,22 @@ + + # DROP DATABASE ##Description This statement is used to delete the database diff --git a/docs/documentation/en/sql-reference/sql-statements/Data Definition/DROP REPOSITORY_EN.md b/docs/documentation/en/sql-reference/sql-statements/Data Definition/DROP REPOSITORY_EN.md index 1f58ed81d7..4775164733 100644 --- a/docs/documentation/en/sql-reference/sql-statements/Data Definition/DROP REPOSITORY_EN.md +++ b/docs/documentation/en/sql-reference/sql-statements/Data Definition/DROP REPOSITORY_EN.md @@ -1,3 +1,22 @@ + + # DROP REPOSITORY ## Description This statement is used to delete a created warehouse. Only root or superuser users can delete the warehouse. diff --git a/docs/documentation/en/sql-reference/sql-statements/Data Definition/DROP TABLE_EN.md b/docs/documentation/en/sql-reference/sql-statements/Data Definition/DROP TABLE_EN.md index a56fbadbff..c876930ed9 100644 --- a/docs/documentation/en/sql-reference/sql-statements/Data Definition/DROP TABLE_EN.md +++ b/docs/documentation/en/sql-reference/sql-statements/Data Definition/DROP TABLE_EN.md @@ -1,3 +1,22 @@ + + # DROP TABLE ## Description This statement is used to delete the table. diff --git a/docs/documentation/en/sql-reference/sql-statements/Data Definition/DROP VIEW_EN.md b/docs/documentation/en/sql-reference/sql-statements/Data Definition/DROP VIEW_EN.md index 4fc864292f..a24601b51e 100644 --- a/docs/documentation/en/sql-reference/sql-statements/Data Definition/DROP VIEW_EN.md +++ b/docs/documentation/en/sql-reference/sql-statements/Data Definition/DROP VIEW_EN.md @@ -1,3 +1,22 @@ + + # DROP VIEW ## Description This statement is used to delete a logical view VIEW diff --git a/docs/documentation/en/sql-reference/sql-statements/Data Definition/HLL_EN.md b/docs/documentation/en/sql-reference/sql-statements/Data Definition/HLL_EN.md index 1c6a9cd450..0a7e56eff8 100644 --- a/docs/documentation/en/sql-reference/sql-statements/Data Definition/HLL_EN.md +++ b/docs/documentation/en/sql-reference/sql-statements/Data Definition/HLL_EN.md @@ -1,3 +1,22 @@ + + # HLL ## Description HLL is an engineering implementation based on the HyperLogLog algorithm. It is used to store the intermediate results of the HyperLog calculation process. It can only be used as the value column type of the table. diff --git a/docs/documentation/en/sql-reference/sql-statements/Data Definition/RECOVER_EN.md b/docs/documentation/en/sql-reference/sql-statements/Data Definition/RECOVER_EN.md index e2ffe006eb..823ff2b2be 100644 --- a/docs/documentation/en/sql-reference/sql-statements/Data Definition/RECOVER_EN.md +++ b/docs/documentation/en/sql-reference/sql-statements/Data Definition/RECOVER_EN.md @@ -1,3 +1,22 @@ + + # RECOVER ## Description This statement is used to restore previously deleted databases, tables, or partitions diff --git a/docs/documentation/en/sql-reference/sql-statements/Data Definition/RESTORE_EN.md b/docs/documentation/en/sql-reference/sql-statements/Data Definition/RESTORE_EN.md index 5a76cf1d17..889429763d 100644 --- a/docs/documentation/en/sql-reference/sql-statements/Data Definition/RESTORE_EN.md +++ b/docs/documentation/en/sql-reference/sql-statements/Data Definition/RESTORE_EN.md @@ -1,3 +1,22 @@ + + # RESTORE ## Description 1. RESTOR diff --git a/docs/documentation/en/sql-reference/sql-statements/Data Definition/TRUNCATE TABLE_EN.md b/docs/documentation/en/sql-reference/sql-statements/Data Definition/TRUNCATE TABLE_EN.md index fdba36f35a..7178e588a9 100644 --- a/docs/documentation/en/sql-reference/sql-statements/Data Definition/TRUNCATE TABLE_EN.md +++ b/docs/documentation/en/sql-reference/sql-statements/Data Definition/TRUNCATE TABLE_EN.md @@ -1,3 +1,22 @@ + + # TRUNCATE TABLES ## Description This statement is used to empty the data of the specified table and partition diff --git a/docs/documentation/en/sql-reference/sql-statements/Data Definition/create-function_EN.md b/docs/documentation/en/sql-reference/sql-statements/Data Definition/create-function_EN.md index 8df27f6f62..dc4a088b89 100644 --- a/docs/documentation/en/sql-reference/sql-statements/Data Definition/create-function_EN.md +++ b/docs/documentation/en/sql-reference/sql-statements/Data Definition/create-function_EN.md @@ -1,3 +1,22 @@ + + # CREATE FUNCTION ##Description ### Syntax diff --git a/docs/documentation/en/sql-reference/sql-statements/Data Definition/drop-function_EN.md b/docs/documentation/en/sql-reference/sql-statements/Data Definition/drop-function_EN.md index 1f771a99bb..eb48523be1 100644 --- a/docs/documentation/en/sql-reference/sql-statements/Data Definition/drop-function_EN.md +++ b/docs/documentation/en/sql-reference/sql-statements/Data Definition/drop-function_EN.md @@ -1,3 +1,22 @@ + + # DROP FUNCTION ##Description ### Syntax diff --git a/docs/documentation/en/sql-reference/sql-statements/Data Definition/show-function_EN.md b/docs/documentation/en/sql-reference/sql-statements/Data Definition/show-function_EN.md index 55555e0ceb..2de504a1ae 100644 --- a/docs/documentation/en/sql-reference/sql-statements/Data Definition/show-function_EN.md +++ b/docs/documentation/en/sql-reference/sql-statements/Data Definition/show-function_EN.md @@ -1,3 +1,22 @@ + + # SHOW FUNCTION ## Description ### Syntax diff --git a/docs/documentation/en/sql-reference/sql-statements/Data Manipulation/BROKER LOAD_EN.md b/docs/documentation/en/sql-reference/sql-statements/Data Manipulation/BROKER LOAD_EN.md index ffec852c4a..aa641f05a0 100644 --- a/docs/documentation/en/sql-reference/sql-statements/Data Manipulation/BROKER LOAD_EN.md +++ b/docs/documentation/en/sql-reference/sql-statements/Data Manipulation/BROKER LOAD_EN.md @@ -1,3 +1,22 @@ + + # BROKER LOAD ## description diff --git a/docs/documentation/en/sql-reference/sql-statements/Data Manipulation/CANCEL DELETE_EN.md b/docs/documentation/en/sql-reference/sql-statements/Data Manipulation/CANCEL DELETE_EN.md index cda3aead06..923d8f076a 100644 --- a/docs/documentation/en/sql-reference/sql-statements/Data Manipulation/CANCEL DELETE_EN.md +++ b/docs/documentation/en/sql-reference/sql-statements/Data Manipulation/CANCEL DELETE_EN.md @@ -1,3 +1,22 @@ + + # CANCEL DELETE Description diff --git a/docs/documentation/en/sql-reference/sql-statements/Data Manipulation/CANCEL LABEL_EN.md b/docs/documentation/en/sql-reference/sql-statements/Data Manipulation/CANCEL LABEL_EN.md index dbf1e400fa..e385b1c190 100644 --- a/docs/documentation/en/sql-reference/sql-statements/Data Manipulation/CANCEL LABEL_EN.md +++ b/docs/documentation/en/sql-reference/sql-statements/Data Manipulation/CANCEL LABEL_EN.md @@ -1,4 +1,23 @@ -35; Cancel Label + + +# Cancel Label Description NAME: cancel_label: cancel a transaction with label diff --git a/docs/documentation/en/sql-reference/sql-statements/Data Manipulation/CANCEL LOAD_EN.md b/docs/documentation/en/sql-reference/sql-statements/Data Manipulation/CANCEL LOAD_EN.md index d485d46fe8..55ff098342 100644 --- a/docs/documentation/en/sql-reference/sql-statements/Data Manipulation/CANCEL LOAD_EN.md +++ b/docs/documentation/en/sql-reference/sql-statements/Data Manipulation/CANCEL LOAD_EN.md @@ -1,3 +1,22 @@ + + # CANCEL LOAD Description diff --git a/docs/documentation/en/sql-reference/sql-statements/Data Manipulation/DELETE_EN.md b/docs/documentation/en/sql-reference/sql-statements/Data Manipulation/DELETE_EN.md index af18e822f5..b04cf0229f 100644 --- a/docs/documentation/en/sql-reference/sql-statements/Data Manipulation/DELETE_EN.md +++ b/docs/documentation/en/sql-reference/sql-statements/Data Manipulation/DELETE_EN.md @@ -1,3 +1,22 @@ + + # DELETE Description diff --git a/docs/documentation/en/sql-reference/sql-statements/Data Manipulation/EXPORT_EN.md b/docs/documentation/en/sql-reference/sql-statements/Data Manipulation/EXPORT_EN.md index 8b94ca1a21..8007b99a08 100644 --- a/docs/documentation/en/sql-reference/sql-statements/Data Manipulation/EXPORT_EN.md +++ b/docs/documentation/en/sql-reference/sql-statements/Data Manipulation/EXPORT_EN.md @@ -1,3 +1,22 @@ + + # EXPORT Description diff --git a/docs/documentation/en/sql-reference/sql-statements/Data Manipulation/GET LABEL STATE_EN.md b/docs/documentation/en/sql-reference/sql-statements/Data Manipulation/GET LABEL STATE_EN.md index 964ab3e883..a72831a425 100644 --- a/docs/documentation/en/sql-reference/sql-statements/Data Manipulation/GET LABEL STATE_EN.md +++ b/docs/documentation/en/sql-reference/sql-statements/Data Manipulation/GET LABEL STATE_EN.md @@ -1,5 +1,24 @@ + + # GET LABEL STATE -Description +## Description NAME: get_label_state: get label's state diff --git a/docs/documentation/en/sql-reference/sql-statements/Data Manipulation/LOAD_EN.md b/docs/documentation/en/sql-reference/sql-statements/Data Manipulation/LOAD_EN.md index a8bdf0a659..0fdb0d0c8a 100644 --- a/docs/documentation/en/sql-reference/sql-statements/Data Manipulation/LOAD_EN.md +++ b/docs/documentation/en/sql-reference/sql-statements/Data Manipulation/LOAD_EN.md @@ -1,5 +1,24 @@ + + # LOAD -Description +## Description Palo currently supports the following four import methods: diff --git a/docs/documentation/en/sql-reference/sql-statements/Data Manipulation/MINI LOAD_EN.md b/docs/documentation/en/sql-reference/sql-statements/Data Manipulation/MINI LOAD_EN.md index 74dc7644de..1e5ebdbf1f 100644 --- a/docs/documentation/en/sql-reference/sql-statements/Data Manipulation/MINI LOAD_EN.md +++ b/docs/documentation/en/sql-reference/sql-statements/Data Manipulation/MINI LOAD_EN.md @@ -1,5 +1,24 @@ + + # MINI LOAD -Description +## Description MINI LOAD and STEAM LOAD are implemented in exactly the same way. MINI LOAD is a subset of STREAM LOAD in import support. Subsequent imports of new features will only be supported in STEAM LOAD, MINI LOAD will no longer add features. It is suggested that STREAM LOAD be used instead. Please use HELP STREAM LOAD. diff --git a/docs/documentation/en/sql-reference/sql-statements/Data Manipulation/MULTI LOAD_EN.md b/docs/documentation/en/sql-reference/sql-statements/Data Manipulation/MULTI LOAD_EN.md index b55f0b1d5e..f690c0d2fe 100644 --- a/docs/documentation/en/sql-reference/sql-statements/Data Manipulation/MULTI LOAD_EN.md +++ b/docs/documentation/en/sql-reference/sql-statements/Data Manipulation/MULTI LOAD_EN.md @@ -1,5 +1,24 @@ + + # MULTI LOAD -Description +## Description Syntax: curl --location-trusted -u user:passwd -XPOST http://host:port/api/{db}/_multi_start?label=xxx diff --git a/docs/documentation/en/sql-reference/sql-statements/Data Manipulation/PAUSE ROUTINE LOAD_EN.md b/docs/documentation/en/sql-reference/sql-statements/Data Manipulation/PAUSE ROUTINE LOAD_EN.md index da2d9b8603..3968b8c1bc 100644 --- a/docs/documentation/en/sql-reference/sql-statements/Data Manipulation/PAUSE ROUTINE LOAD_EN.md +++ b/docs/documentation/en/sql-reference/sql-statements/Data Manipulation/PAUSE ROUTINE LOAD_EN.md @@ -1,5 +1,24 @@ + + # PAUSE ROUTINE LOAD -'35;'35; example +## example 1. Suspend the routine import operation named test 1. diff --git a/docs/documentation/en/sql-reference/sql-statements/Data Manipulation/RESTORE TABLET_EN.md b/docs/documentation/en/sql-reference/sql-statements/Data Manipulation/RESTORE TABLET_EN.md index f0c9f0b258..ad2945f80b 100644 --- a/docs/documentation/en/sql-reference/sql-statements/Data Manipulation/RESTORE TABLET_EN.md +++ b/docs/documentation/en/sql-reference/sql-statements/Data Manipulation/RESTORE TABLET_EN.md @@ -1,3 +1,22 @@ + + # RESTORE TABLET Description diff --git a/docs/documentation/en/sql-reference/sql-statements/Data Manipulation/RESUME ROUTINE LOAD_EN.md b/docs/documentation/en/sql-reference/sql-statements/Data Manipulation/RESUME ROUTINE LOAD_EN.md index ca120135bd..9a4986f39a 100644 --- a/docs/documentation/en/sql-reference/sql-statements/Data Manipulation/RESUME ROUTINE LOAD_EN.md +++ b/docs/documentation/en/sql-reference/sql-statements/Data Manipulation/RESUME ROUTINE LOAD_EN.md @@ -1,3 +1,22 @@ + + # RESUME ROUTINE LOAD ## example diff --git a/docs/documentation/en/sql-reference/sql-statements/Data Manipulation/ROUTINE LOAD_EN.md b/docs/documentation/en/sql-reference/sql-statements/Data Manipulation/ROUTINE LOAD_EN.md index b2291f249f..3be3cdd0f3 100644 --- a/docs/documentation/en/sql-reference/sql-statements/Data Manipulation/ROUTINE LOAD_EN.md +++ b/docs/documentation/en/sql-reference/sql-statements/Data Manipulation/ROUTINE LOAD_EN.md @@ -1,3 +1,22 @@ + + # ROUTINE LOAD ## description diff --git a/docs/documentation/en/sql-reference/sql-statements/Data Manipulation/SHOW ALTER_EN.md b/docs/documentation/en/sql-reference/sql-statements/Data Manipulation/SHOW ALTER_EN.md index 1e52aa3971..0177f591f6 100644 --- a/docs/documentation/en/sql-reference/sql-statements/Data Manipulation/SHOW ALTER_EN.md +++ b/docs/documentation/en/sql-reference/sql-statements/Data Manipulation/SHOW ALTER_EN.md @@ -1,3 +1,22 @@ + + # SHOW ALTER ## Description This statement is used to show the execution of various modification tasks currently under way. diff --git a/docs/documentation/en/sql-reference/sql-statements/Data Manipulation/SHOW BACKUP_EN.md b/docs/documentation/en/sql-reference/sql-statements/Data Manipulation/SHOW BACKUP_EN.md index a0ff12abc0..7f72cd18d9 100644 --- a/docs/documentation/en/sql-reference/sql-statements/Data Manipulation/SHOW BACKUP_EN.md +++ b/docs/documentation/en/sql-reference/sql-statements/Data Manipulation/SHOW BACKUP_EN.md @@ -1,3 +1,22 @@ + + # SHOW BACKUP ## Description This statement is used to view BACKUP tasks diff --git a/docs/documentation/en/sql-reference/sql-statements/Data Manipulation/SHOW DATABASES_EN.md b/docs/documentation/en/sql-reference/sql-statements/Data Manipulation/SHOW DATABASES_EN.md index 5e25b41479..8952f452fa 100644 --- a/docs/documentation/en/sql-reference/sql-statements/Data Manipulation/SHOW DATABASES_EN.md +++ b/docs/documentation/en/sql-reference/sql-statements/Data Manipulation/SHOW DATABASES_EN.md @@ -1,3 +1,22 @@ + + # SHOW DATABASES ## Description This statement is used to show the currently visible DB diff --git a/docs/documentation/en/sql-reference/sql-statements/Data Manipulation/SHOW DATA_EN.md b/docs/documentation/en/sql-reference/sql-statements/Data Manipulation/SHOW DATA_EN.md index aee0feb800..1f0337450e 100644 --- a/docs/documentation/en/sql-reference/sql-statements/Data Manipulation/SHOW DATA_EN.md +++ b/docs/documentation/en/sql-reference/sql-statements/Data Manipulation/SHOW DATA_EN.md @@ -1,3 +1,22 @@ + + # SHOW DATA ## Description This statement is used to show the amount of data diff --git a/docs/documentation/en/sql-reference/sql-statements/Data Manipulation/SHOW DELETE_EN.md b/docs/documentation/en/sql-reference/sql-statements/Data Manipulation/SHOW DELETE_EN.md index 15f6991db9..2f3d23a72a 100644 --- a/docs/documentation/en/sql-reference/sql-statements/Data Manipulation/SHOW DELETE_EN.md +++ b/docs/documentation/en/sql-reference/sql-statements/Data Manipulation/SHOW DELETE_EN.md @@ -1,3 +1,22 @@ + + # SHOW DELETE ## Description This statement is used to show successful historical delete tasks performed diff --git a/docs/documentation/en/sql-reference/sql-statements/Data Manipulation/SHOW EXPORT_EN.md b/docs/documentation/en/sql-reference/sql-statements/Data Manipulation/SHOW EXPORT_EN.md index 0cf2162f8a..758e3e05a4 100644 --- a/docs/documentation/en/sql-reference/sql-statements/Data Manipulation/SHOW EXPORT_EN.md +++ b/docs/documentation/en/sql-reference/sql-statements/Data Manipulation/SHOW EXPORT_EN.md @@ -1,3 +1,22 @@ + + # SHOW EXPORT ## Description This statement is used to show the execution of the specified export task diff --git a/docs/documentation/en/sql-reference/sql-statements/Data Manipulation/SHOW LOAD_EN.md b/docs/documentation/en/sql-reference/sql-statements/Data Manipulation/SHOW LOAD_EN.md index 2b8cbb2f30..da0fd565d5 100644 --- a/docs/documentation/en/sql-reference/sql-statements/Data Manipulation/SHOW LOAD_EN.md +++ b/docs/documentation/en/sql-reference/sql-statements/Data Manipulation/SHOW LOAD_EN.md @@ -1,3 +1,22 @@ + + # SHOW LOAD ## Description This statement is used to show the execution of the specified import task diff --git a/docs/documentation/en/sql-reference/sql-statements/Data Manipulation/SHOW PARTITIONS_EN.md b/docs/documentation/en/sql-reference/sql-statements/Data Manipulation/SHOW PARTITIONS_EN.md index fe40cdb482..660787a1c9 100644 --- a/docs/documentation/en/sql-reference/sql-statements/Data Manipulation/SHOW PARTITIONS_EN.md +++ b/docs/documentation/en/sql-reference/sql-statements/Data Manipulation/SHOW PARTITIONS_EN.md @@ -1,3 +1,22 @@ + + # SHOW PARTITIONS ## Description This statement is used to display partition information diff --git a/docs/documentation/en/sql-reference/sql-statements/Data Manipulation/SHOW PROPERTY_EN.md b/docs/documentation/en/sql-reference/sql-statements/Data Manipulation/SHOW PROPERTY_EN.md index 61b138b0ec..b0c1cac59a 100644 --- a/docs/documentation/en/sql-reference/sql-statements/Data Manipulation/SHOW PROPERTY_EN.md +++ b/docs/documentation/en/sql-reference/sql-statements/Data Manipulation/SHOW PROPERTY_EN.md @@ -1,3 +1,22 @@ + + # SHOW PROPERTY ## Description This statement is used to view user attributes diff --git a/docs/documentation/en/sql-reference/sql-statements/Data Manipulation/SHOW REPOSITORIES_EN.md b/docs/documentation/en/sql-reference/sql-statements/Data Manipulation/SHOW REPOSITORIES_EN.md index 15f95af05f..4158152b05 100644 --- a/docs/documentation/en/sql-reference/sql-statements/Data Manipulation/SHOW REPOSITORIES_EN.md +++ b/docs/documentation/en/sql-reference/sql-statements/Data Manipulation/SHOW REPOSITORIES_EN.md @@ -1,3 +1,22 @@ + + # SHOW REPOSITORIES ## Description This statement is used to view the currently created warehouse. diff --git a/docs/documentation/en/sql-reference/sql-statements/Data Manipulation/SHOW RESTORE_EN.md b/docs/documentation/en/sql-reference/sql-statements/Data Manipulation/SHOW RESTORE_EN.md index d957d7e812..2d1adb16fe 100644 --- a/docs/documentation/en/sql-reference/sql-statements/Data Manipulation/SHOW RESTORE_EN.md +++ b/docs/documentation/en/sql-reference/sql-statements/Data Manipulation/SHOW RESTORE_EN.md @@ -1,3 +1,22 @@ + + # SHOW RESTORE ## Description This statement is used to view RESTORE tasks diff --git a/docs/documentation/en/sql-reference/sql-statements/Data Manipulation/SHOW ROUTINE LOAD TASK_EN.md b/docs/documentation/en/sql-reference/sql-statements/Data Manipulation/SHOW ROUTINE LOAD TASK_EN.md index 687c18793b..6737ce01af 100644 --- a/docs/documentation/en/sql-reference/sql-statements/Data Manipulation/SHOW ROUTINE LOAD TASK_EN.md +++ b/docs/documentation/en/sql-reference/sql-statements/Data Manipulation/SHOW ROUTINE LOAD TASK_EN.md @@ -1,3 +1,22 @@ + + # SHOW ROUTINE LOAD TASK ## example diff --git a/docs/documentation/en/sql-reference/sql-statements/Data Manipulation/SHOW ROUTINE LOAD_EN.md b/docs/documentation/en/sql-reference/sql-statements/Data Manipulation/SHOW ROUTINE LOAD_EN.md index e19939166d..f7914a3cfc 100644 --- a/docs/documentation/en/sql-reference/sql-statements/Data Manipulation/SHOW ROUTINE LOAD_EN.md +++ b/docs/documentation/en/sql-reference/sql-statements/Data Manipulation/SHOW ROUTINE LOAD_EN.md @@ -1,3 +1,22 @@ + + # SHOW ROUTINE LOAD ## example diff --git a/docs/documentation/en/sql-reference/sql-statements/Data Manipulation/SHOW SNAPSHOT_EN.md b/docs/documentation/en/sql-reference/sql-statements/Data Manipulation/SHOW SNAPSHOT_EN.md index a48d665acd..dcd0111527 100644 --- a/docs/documentation/en/sql-reference/sql-statements/Data Manipulation/SHOW SNAPSHOT_EN.md +++ b/docs/documentation/en/sql-reference/sql-statements/Data Manipulation/SHOW SNAPSHOT_EN.md @@ -1,3 +1,22 @@ + + # SHOW SNAPSHOT ## Description This statement is used to view existing backups in the warehouse. diff --git a/docs/documentation/en/sql-reference/sql-statements/Data Manipulation/SHOW TABLES_EN.md b/docs/documentation/en/sql-reference/sql-statements/Data Manipulation/SHOW TABLES_EN.md index 2e1213bfc5..9883f69f7c 100644 --- a/docs/documentation/en/sql-reference/sql-statements/Data Manipulation/SHOW TABLES_EN.md +++ b/docs/documentation/en/sql-reference/sql-statements/Data Manipulation/SHOW TABLES_EN.md @@ -1,3 +1,22 @@ + + # SHOW TABLES ## Description This statement is used to show all tables under the current DB diff --git a/docs/documentation/en/sql-reference/sql-statements/Data Manipulation/SHOW TABLET_EN.md b/docs/documentation/en/sql-reference/sql-statements/Data Manipulation/SHOW TABLET_EN.md index 59bb40234c..4c486f602d 100644 --- a/docs/documentation/en/sql-reference/sql-statements/Data Manipulation/SHOW TABLET_EN.md +++ b/docs/documentation/en/sql-reference/sql-statements/Data Manipulation/SHOW TABLET_EN.md @@ -1,3 +1,22 @@ + + # SHOW TABLET ## Description This statement is used to display tablet-related information (for administrators only) diff --git a/docs/documentation/en/sql-reference/sql-statements/Data Manipulation/STOP ROUTINE LOAD_EN.md b/docs/documentation/en/sql-reference/sql-statements/Data Manipulation/STOP ROUTINE LOAD_EN.md index c7d4f1fc3f..31105827fc 100644 --- a/docs/documentation/en/sql-reference/sql-statements/Data Manipulation/STOP ROUTINE LOAD_EN.md +++ b/docs/documentation/en/sql-reference/sql-statements/Data Manipulation/STOP ROUTINE LOAD_EN.md @@ -1,3 +1,22 @@ + + # STOP ROUTINE LOAD ## example diff --git a/docs/documentation/en/sql-reference/sql-statements/Data Manipulation/STREAM LOAD_EN.md b/docs/documentation/en/sql-reference/sql-statements/Data Manipulation/STREAM LOAD_EN.md index 8217471b05..907869c86b 100644 --- a/docs/documentation/en/sql-reference/sql-statements/Data Manipulation/STREAM LOAD_EN.md +++ b/docs/documentation/en/sql-reference/sql-statements/Data Manipulation/STREAM LOAD_EN.md @@ -1,3 +1,22 @@ + + # STREAM LOAD ## description diff --git a/docs/documentation/en/sql-reference/sql-statements/Data Manipulation/insert_EN.md b/docs/documentation/en/sql-reference/sql-statements/Data Manipulation/insert_EN.md index 4106f37fbe..128060f73f 100644 --- a/docs/documentation/en/sql-reference/sql-statements/Data Manipulation/insert_EN.md +++ b/docs/documentation/en/sql-reference/sql-statements/Data Manipulation/insert_EN.md @@ -1,3 +1,22 @@ + + # INSERT ## Description ### Syntax diff --git a/docs/documentation/en/sql-reference/sql-statements/Data Types/BIGINT_EN.md b/docs/documentation/en/sql-reference/sql-statements/Data Types/BIGINT_EN.md index e98ab8e08b..c441911960 100644 --- a/docs/documentation/en/sql-reference/sql-statements/Data Types/BIGINT_EN.md +++ b/docs/documentation/en/sql-reference/sql-statements/Data Types/BIGINT_EN.md @@ -1,3 +1,22 @@ + + # BIGINT ## Description BIGINT diff --git a/docs/documentation/en/sql-reference/sql-statements/Data Types/BOOLEAN_EN.md b/docs/documentation/en/sql-reference/sql-statements/Data Types/BOOLEAN_EN.md index 24be83fd46..9e6754c768 100644 --- a/docs/documentation/en/sql-reference/sql-statements/Data Types/BOOLEAN_EN.md +++ b/docs/documentation/en/sql-reference/sql-statements/Data Types/BOOLEAN_EN.md @@ -1,3 +1,22 @@ + + # BOOLEAN ## Description BOOL, BOOLEN diff --git a/docs/documentation/en/sql-reference/sql-statements/Data Types/CHAR_EN.md b/docs/documentation/en/sql-reference/sql-statements/Data Types/CHAR_EN.md index 716e3bec00..66b405b67a 100644 --- a/docs/documentation/en/sql-reference/sql-statements/Data Types/CHAR_EN.md +++ b/docs/documentation/en/sql-reference/sql-statements/Data Types/CHAR_EN.md @@ -1,3 +1,22 @@ + + # CHAR ## Description CHAR(M) diff --git a/docs/documentation/en/sql-reference/sql-statements/Data Types/DATETIME_EN.md b/docs/documentation/en/sql-reference/sql-statements/Data Types/DATETIME_EN.md index 646b39778c..930994e46a 100644 --- a/docs/documentation/en/sql-reference/sql-statements/Data Types/DATETIME_EN.md +++ b/docs/documentation/en/sql-reference/sql-statements/Data Types/DATETIME_EN.md @@ -1,3 +1,22 @@ + + # DATETIME ## Description DATETIME diff --git a/docs/documentation/en/sql-reference/sql-statements/Data Types/DATE_EN.md b/docs/documentation/en/sql-reference/sql-statements/Data Types/DATE_EN.md index bf087c8b08..a5ec0fbf70 100644 --- a/docs/documentation/en/sql-reference/sql-statements/Data Types/DATE_EN.md +++ b/docs/documentation/en/sql-reference/sql-statements/Data Types/DATE_EN.md @@ -1,3 +1,22 @@ + + # date ## Description DATE function diff --git a/docs/documentation/en/sql-reference/sql-statements/Data Types/DECIMAL_EN.md b/docs/documentation/en/sql-reference/sql-statements/Data Types/DECIMAL_EN.md index 6b61c83ed4..1c2509349c 100644 --- a/docs/documentation/en/sql-reference/sql-statements/Data Types/DECIMAL_EN.md +++ b/docs/documentation/en/sql-reference/sql-statements/Data Types/DECIMAL_EN.md @@ -1,3 +1,22 @@ + + # DECIMAL ## Description DECIMAL (M [,D]) diff --git a/docs/documentation/en/sql-reference/sql-statements/Data Types/DOUBLE_EN.md b/docs/documentation/en/sql-reference/sql-statements/Data Types/DOUBLE_EN.md index e1fc72094b..d97f88a510 100644 --- a/docs/documentation/en/sql-reference/sql-statements/Data Types/DOUBLE_EN.md +++ b/docs/documentation/en/sql-reference/sql-statements/Data Types/DOUBLE_EN.md @@ -1,7 +1,26 @@ + + # Double ## Description DOUBLE 8-byte floating point number ##keyword -DOUBLE +DOUBLE \ No newline at end of file diff --git a/docs/documentation/en/sql-reference/sql-statements/Data Types/FLOAT_EN.md b/docs/documentation/en/sql-reference/sql-statements/Data Types/FLOAT_EN.md index bf537eecd2..1a6a8a594e 100644 --- a/docs/documentation/en/sql-reference/sql-statements/Data Types/FLOAT_EN.md +++ b/docs/documentation/en/sql-reference/sql-statements/Data Types/FLOAT_EN.md @@ -1,3 +1,22 @@ + + # FLOAT ## Description FLOAT diff --git a/docs/documentation/en/sql-reference/sql-statements/Data Types/HLL(HyperLogLog)_EN.md b/docs/documentation/en/sql-reference/sql-statements/Data Types/HLL(HyperLogLog)_EN.md index d119746983..df869d99a6 100644 --- a/docs/documentation/en/sql-reference/sql-statements/Data Types/HLL(HyperLogLog)_EN.md +++ b/docs/documentation/en/sql-reference/sql-statements/Data Types/HLL(HyperLogLog)_EN.md @@ -1,3 +1,22 @@ + + #HLL (Hyloglog) ## Description MARKETING (M) diff --git a/docs/documentation/en/sql-reference/sql-statements/Data Types/INT_EN.md b/docs/documentation/en/sql-reference/sql-statements/Data Types/INT_EN.md index aa9f00474a..2734088f41 100644 --- a/docs/documentation/en/sql-reference/sql-statements/Data Types/INT_EN.md +++ b/docs/documentation/en/sql-reference/sql-statements/Data Types/INT_EN.md @@ -1,3 +1,22 @@ + + # INT ## Description INT diff --git a/docs/documentation/en/sql-reference/sql-statements/Data Types/SMALLINT_EN.md b/docs/documentation/en/sql-reference/sql-statements/Data Types/SMALLINT_EN.md index be374dfc02..e4bc5e5b10 100644 --- a/docs/documentation/en/sql-reference/sql-statements/Data Types/SMALLINT_EN.md +++ b/docs/documentation/en/sql-reference/sql-statements/Data Types/SMALLINT_EN.md @@ -1,3 +1,22 @@ + + # SMALLINT ## Description SMALLINT diff --git a/docs/documentation/en/sql-reference/sql-statements/Data Types/TINYINT_EN.md b/docs/documentation/en/sql-reference/sql-statements/Data Types/TINYINT_EN.md index 4f943be469..e9947c5c64 100644 --- a/docs/documentation/en/sql-reference/sql-statements/Data Types/TINYINT_EN.md +++ b/docs/documentation/en/sql-reference/sql-statements/Data Types/TINYINT_EN.md @@ -1,3 +1,22 @@ + + # TINYINT ## Description TINYINT diff --git a/docs/documentation/en/sql-reference/sql-statements/Data Types/VARCHAR_EN.md b/docs/documentation/en/sql-reference/sql-statements/Data Types/VARCHAR_EN.md index 19d601477f..31f4598196 100644 --- a/docs/documentation/en/sql-reference/sql-statements/Data Types/VARCHAR_EN.md +++ b/docs/documentation/en/sql-reference/sql-statements/Data Types/VARCHAR_EN.md @@ -1,3 +1,22 @@ + + # VARCHAR ## Description MARKETING (M) diff --git a/docs/documentation/en/sql-reference/sql-statements/Utility/util_stmt_EN.md b/docs/documentation/en/sql-reference/sql-statements/Utility/util_stmt_EN.md index 6ad9277896..ef9208ce88 100644 --- a/docs/documentation/en/sql-reference/sql-statements/Utility/util_stmt_EN.md +++ b/docs/documentation/en/sql-reference/sql-statements/Utility/util_stmt_EN.md @@ -1,3 +1,22 @@ + + # Describe ## Description This statement is used to display schema information for the specified table diff --git a/docs/readme.md b/docs/readme.md index dd22ee120f..b87bc3be58 100644 --- a/docs/readme.md +++ b/docs/readme.md @@ -1,3 +1,22 @@ + + ## Philosophy **write once, use everywhere** diff --git a/docs/website/README.md b/docs/website/README.md index f09ebf3634..9058cfdf00 100644 --- a/docs/website/README.md +++ b/docs/website/README.md @@ -1,3 +1,23 @@ + + + # Build the website for Doris documentations ## Prerequisites