Merge pull request #16101 from taosdata/taos-support-patch-1

Update the example spelling error
This commit is contained in:
Hui Li 2022-08-16 09:57:23 +08:00 committed by GitHub
commit bea4bcf031
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -103,7 +103,7 @@ SELECT d1001.* FROM d1001,d1003 WHERE d1001.ts = d1003.ts;
在超级表和子表的查询中可以指定 _标签列_,且标签列的值会与普通列的数据一起返回。 在超级表和子表的查询中可以指定 _标签列_,且标签列的值会与普通列的数据一起返回。
```sql ```sql
ELECT location, groupid, current FROM d1001 LIMIT 2; SELECT location, groupid, current FROM d1001 LIMIT 2;
``` ```
### 结果去重 ### 结果去重