未验证 提交 dc73cec4 编写于 作者: wmmhello's avatar wmmhello 提交者: GitHub

Update 30-schemaless-influxdb.md

上级 f92b69b0
...@@ -68,8 +68,8 @@ curl --request POST "$TDENGINE_CLOUD_URL/influxdb/v1/write?db=<db_name>&token=$T ...@@ -68,8 +68,8 @@ curl --request POST "$TDENGINE_CLOUD_URL/influxdb/v1/write?db=<db_name>&token=$T
``` ```
## Query Example with SQL ## Query Example with SQL
`measurement` is the super table name. - `measurement` is the super table name.
you can filter data by tag, like:`where host="host1"`. - you can filter data by tag, like:`where host="host1"`.
```bash ```bash
curl -L -d "select * from <db_name>.measurement where host=\"host1\"" $TDENGINE_CLOUD_URL/rest/sql/test?token=$TDENGINE_CLOUD_TOKEN curl -L -d "select * from <db_name>.measurement where host=\"host1\"" $TDENGINE_CLOUD_URL/rest/sql/test?token=$TDENGINE_CLOUD_TOKEN
``` ```
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册