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

Update 38-schemaless-opentsdb-telnet.md

上级 7761a6e9
...@@ -57,8 +57,8 @@ curl --request POST "$TDENGINE_CLOUD_URL/opentsdb/v1/put/telnet/<db_name>?token= ...@@ -57,8 +57,8 @@ curl --request POST "$TDENGINE_CLOUD_URL/opentsdb/v1/put/telnet/<db_name>?token=
``` ```
## Query Example with SQL ## Query Example with SQL
`sys` is the super table name. - `sys` is the super table name.
you can filter data by tag, like:`where host="web01"`. - you can filter data by tag, like:`where host="web01"`.
```bash ```bash
curl -L -d "select * from <db_name>.sys where host=\"web01\"" $TDENGINE_CLOUD_URL/rest/sql/test?token=$TDENGINE_CLOUD_TOKEN curl -L -d "select * from <db_name>.sys where host=\"web01\"" $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.
先完成此消息的编辑!
想要评论请 注册