From fcb9470e260e49dda8a3479799c25dde499f9217 Mon Sep 17 00:00:00 2001 From: WANG MINGMING Date: Fri, 30 Sep 2022 11:57:29 +0800 Subject: [PATCH] Update 30-schemaless-influxdb.md --- docs/en/07-data-in/30-schemaless-influxdb.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/en/07-data-in/30-schemaless-influxdb.md b/docs/en/07-data-in/30-schemaless-influxdb.md index fd701c0e21..cf4169cc28 100644 --- a/docs/en/07-data-in/30-schemaless-influxdb.md +++ b/docs/en/07-data-in/30-schemaless-influxdb.md @@ -53,10 +53,10 @@ You can use any client that supports the http protocol to access the RESTful int Support InfluxDB query parameters as follows. -- `db` Specifies the database name used by TDengine -- `precision` The time precision used by TDengine --- ns - nanoseconds - u or ยต - microseconds ++ `db` Specifies the database name used by TDengine ++ `precision` The time precision used by TDengine +- ns - nanoseconds +- u - microseconds ms - milliseconds s - seconds m - minutes -- GitLab