This is an automated email from the ASF dual-hosted git repository. rong pushed a commit to branch select-into in repository https://gitbox.apache.org/repos/asf/iotdb.git
commit da0cdf4d25e71a74fee8a54d1f8e41592134cd6c Author: Steve Yurong Su <[email protected]> AuthorDate: Thu Jul 22 16:56:06 2021 +0800 add docs --- docs/UserGuide/Advanced-Features/Select-Into.md | 20 ++++++++++++++++++++ docs/zh/UserGuide/Advanced-Features/Select-Into.md | 20 ++++++++++++++++++++ site/src/main/.vuepress/config.js | 6 ++++-- 3 files changed, 44 insertions(+), 2 deletions(-) diff --git a/docs/UserGuide/Advanced-Features/Select-Into.md b/docs/UserGuide/Advanced-Features/Select-Into.md new file mode 100644 index 0000000..6cb339c --- /dev/null +++ b/docs/UserGuide/Advanced-Features/Select-Into.md @@ -0,0 +1,20 @@ +<!-- + + Licensed to the Apache Software Foundation (ASF) under one + or more contributor license agreements. See the NOTICE file + distributed with this work for additional information + regarding copyright ownership. The ASF licenses this file + to you under the Apache License, Version 2.0 (the + "License"); you may not use this file except in compliance + with the License. You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, + software distributed under the License is distributed on an + "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY + KIND, either express or implied. See the License for the + specific language governing permissions and limitations + under the License. + +--> diff --git a/docs/zh/UserGuide/Advanced-Features/Select-Into.md b/docs/zh/UserGuide/Advanced-Features/Select-Into.md new file mode 100644 index 0000000..6cb339c --- /dev/null +++ b/docs/zh/UserGuide/Advanced-Features/Select-Into.md @@ -0,0 +1,20 @@ +<!-- + + Licensed to the Apache Software Foundation (ASF) under one + or more contributor license agreements. See the NOTICE file + distributed with this work for additional information + regarding copyright ownership. The ASF licenses this file + to you under the Apache License, Version 2.0 (the + "License"); you may not use this file except in compliance + with the License. You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, + software distributed under the License is distributed on an + "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY + KIND, either express or implied. See the License for the + specific language governing permissions and limitations + under the License. + +--> diff --git a/site/src/main/.vuepress/config.js b/site/src/main/.vuepress/config.js index a2cb26c..a027279 100644 --- a/site/src/main/.vuepress/config.js +++ b/site/src/main/.vuepress/config.js @@ -712,7 +712,8 @@ var config = { // The trigger module has not been implemented yet, // so the website should not show users how to use it to avoid misleading. // ['Advanced-Features/Triggers','Trigger'], - ['Advanced-Features/Continuous-Query','CQ (Continuous Query)'], + ['Advanced-Features/Select-Into','SELECT..INTO..'], + ['Advanced-Features/Continuous-Query','CQ (Continuous Query)'], ] }, { @@ -1504,7 +1505,8 @@ var config = { // The trigger module has not been implemented yet, // so the website should not show users how to use it to avoid misleading. // ['Advanced-Features/Triggers','触发器'], - ['Advanced-Features/Continuous-Query','连续查询(CQ)'], + ['Advanced-Features/Select-Into','查询写回(SELECT INTO)'], + ['Advanced-Features/Continuous-Query','连续查询(CQ)'], ] }, {
