Update 12-distinguished.md

This commit is contained in:
liuyao 2024-03-08 11:00:56 +08:00 committed by GitHub
parent 51faf94882
commit 08d3145fdc
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 1 deletions

View File

@ -190,7 +190,8 @@ select _wstart, _wend, count(*) from t event_window start with c1 > 0 end with c
select _wstart, _wend, count(*) from t count_window(4);
```
![count_window](https://github.com/taosdata/TDengine/assets/38781207/aedea174-2aad-4767-8f7f-9261e0a72d5d)
![count_window](https://github.com/taosdata/TDengine/assets/38781207/ff86278e-cbff-477f-a866-6e5cc150b712)
### 时间戳伪列