From 2c66445756fdee67221bc4159031b5549c08e00e Mon Sep 17 00:00:00 2001 From: WANG MINGMING Date: Fri, 30 Sep 2022 11:42:23 +0800 Subject: [PATCH] Update 38-schemaless-opentsdb-telnet.md --- docs/en/07-data-in/38-schemaless-opentsdb-telnet.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/en/07-data-in/38-schemaless-opentsdb-telnet.md b/docs/en/07-data-in/38-schemaless-opentsdb-telnet.md index 6938d0741c..157ec5cd83 100644 --- a/docs/en/07-data-in/38-schemaless-opentsdb-telnet.md +++ b/docs/en/07-data-in/38-schemaless-opentsdb-telnet.md @@ -57,8 +57,8 @@ curl --request POST "$TDENGINE_CLOUD_URL/opentsdb/v1/put/telnet/?token= ``` ## Query Example with SQL -`sys` is the super table name. -you can filter data by tag, like:`where host="web01"`. +- `sys` is the super table name. +- you can filter data by tag, like:`where host="web01"`. ```bash curl -L -d "select * from .sys where host=\"web01\"" $TDENGINE_CLOUD_URL/rest/sql/test?token=$TDENGINE_CLOUD_TOKEN ``` -- GitLab