Merge pull request #16101 from taosdata/taos-support-patch-1
Update the example spelling error
This commit is contained in:
commit
bea4bcf031
|
@ -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;
|
||||||
```
|
```
|
||||||
|
|
||||||
### 结果去重
|
### 结果去重
|
||||||
|
|
Loading…
Reference in New Issue