Merge pull request #28505 from taosdata/yu285-patch-17

docs: Update image version in 01-docker.md
This commit is contained in:
Shengliang Guan 2024-10-29 21:37:19 +08:00 committed by GitHub
commit fc905d5726
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

@ -17,7 +17,7 @@ docker pull tdengine/tdengine:latest
或者指定版本的容器镜像: 或者指定版本的容器镜像:
```shell ```shell
docker pull tdengine/tdengine:3.0.1.4 docker pull tdengine/tdengine:3.3.3.0
``` ```
然后只需执行下面的命令: 然后只需执行下面的命令:
@ -121,4 +121,4 @@ SELECT AVG(current), MAX(voltage), MIN(phase) FROM test.meters WHERE groupId = 1
SELECT _wstart, AVG(current), MAX(voltage), MIN(phase) FROM test.d1001 INTERVAL(10s); SELECT _wstart, AVG(current), MAX(voltage), MIN(phase) FROM test.d1001 INTERVAL(10s);
``` ```
在上面的查询中使用系统提供的伪列_wstart 来给出每个窗口的开始时间。 在上面的查询中使用系统提供的伪列_wstart 来给出每个窗口的开始时间。