diff --git a/docs/en/07-data-in/30-schemaless-influxdb.md b/docs/en/07-data-in/30-schemaless-influxdb.md index 93af6bc205661390c9bace81a16cf035e48a05ad..4332560b3b04b6106e8e92070e81e28643375266 100644 --- a/docs/en/07-data-in/30-schemaless-influxdb.md +++ b/docs/en/07-data-in/30-schemaless-influxdb.md @@ -68,8 +68,8 @@ curl --request POST "$TDENGINE_CLOUD_URL/influxdb/v1/write?db=&token=$T ``` ## Query Example with SQL -`measurement` is the super table name. -you can filter data by tag, like:`where host="host1"`. +- `measurement` is the super table name. +- you can filter data by tag, like:`where host="host1"`. ```bash curl -L -d "select * from .measurement where host=\"host1\"" $TDENGINE_CLOUD_URL/rest/sql/test?token=$TDENGINE_CLOUD_TOKEN ```