Skip to content
体验新版
项目
组织
正在加载...
登录
切换导航
打开侧边栏
taosdata
TDengine
提交
6bf44b6a
T
TDengine
项目概览
taosdata
/
TDengine
1 年多 前同步成功
通知
1185
Star
22016
Fork
4786
代码
文件
提交
分支
Tags
贡献者
分支图
Diff
Issue
1
列表
看板
标记
里程碑
合并请求
0
Wiki
0
Wiki
分析
仓库
DevOps
项目成员
Pages
T
TDengine
项目概览
项目概览
详情
发布
仓库
仓库
文件
提交
分支
标签
贡献者
分支图
比较
Issue
1
Issue
1
列表
看板
标记
里程碑
合并请求
0
合并请求
0
Pages
分析
分析
仓库分析
DevOps
Wiki
0
Wiki
成员
成员
收起侧边栏
关闭侧边栏
动态
分支图
创建新Issue
提交
Issue看板
提交
6bf44b6a
编写于
5月 31, 2022
作者:
G
gccgdb1234
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
docs: refine keywords in 3.0
上级
1f833afe
变更
2
隐藏空白更改
内联
并排
Showing
2 changed file
with
7 addition
and
7 deletion
+7
-7
docs-cn/12-taos-sql/12-keywords/index.md
docs-cn/12-taos-sql/12-keywords/index.md
+3
-3
docs-en/12-taos-sql/12-keywords.md
docs-en/12-taos-sql/12-keywords.md
+4
-4
未找到文件。
docs-cn/12-taos-sql/12-keywords/index.md
浏览文件 @
6bf44b6a
...
...
@@ -86,7 +86,7 @@ title: TDengine 参数限制与保留关键字
| CONNS | ID | NOTNULL | STABLE | WAL |
| COPY | IF | NOW | STABLES | WHERE |
| _C0 | _QSTART | _QSTOP | _QDURATION | _WSTART |
| _WSTOP | _WDURATION |
| _WSTOP | _WDURATION |
_ROWTS |
## 特殊说明
### TBNAME
...
...
@@ -124,5 +124,5 @@ Query OK, 1 row(s) in set (0.001091s)
### _WSTART/_WSTOP/_WDURATION
窗口切分聚合查询(例如 interval/session window/state window)中表示每个切分窗口的起始,结束以及持续时间(从 2.6.0.0 版本开始支持)
### _c0
表示表或超级表的第一列
\ No newline at end of file
### _c0/_ROWTS
_c0 _
ROWTS 等价,表示表或超级表的第一列
\ No newline at end of file
docs-en/12-taos-sql/12-keywords.md
浏览文件 @
6bf44b6a
...
...
@@ -47,11 +47,11 @@ There are about 200 keywords reserved by TDengine, they can't be used as the nam
| CONNS | ID | NOTNULL | STable | WAL |
| COPY | IF | NOW | STableS | WHERE |
| _C0 | _QSTART | _QSTOP | _QDURATION | _WSTART |
| _WSTOP | _WDURATION |
| _WSTOP | _WDURATION |
_ROWTS |
## Explanations
### TBNAME
`TBNAME`
can be considered as a special tag, which represents the name of the subtable, in STable.
`TBNAME`
can be considered as a special tag, which represents the name of the subtable, in
a
STable.
Get the table name and tag values of all subtables in a STable.
```
mysql
...
...
@@ -85,5 +85,5 @@ The start, stop and duration of a query time window (Since version 2.6.0.0).
### _WSTART/_WSTOP/_WDURATION
The start, stop and duration of aggegate query by time window, like interval, session window, state window (Since version 2.6.0.0).
### _c0
The first column of a table or STable.
\ No newline at end of file
### _c0/_ROWTS
_c0 is equal to _ROWTS, it means the first column of a table or STable.
\ No newline at end of file
编辑
预览
Markdown
is supported
0%
请重试
或
添加新附件
.
添加附件
取消
You are about to add
0
people
to the discussion. Proceed with caution.
先完成此消息的编辑!
取消
想要评论请
注册
或
登录