From c3419db68a6b5730d8cd7f197d183d1acfe04bd2 Mon Sep 17 00:00:00 2001 From: Ganlin Zhao <36554565+glzhao89@users.noreply.github.com> Date: Wed, 19 Jan 2022 11:49:52 +0800 Subject: [PATCH] Update docs.md --- documentation20/en/05.insert/docs.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/documentation20/en/05.insert/docs.md b/documentation20/en/05.insert/docs.md index f13aa0641a..a2def06bef 100644 --- a/documentation20/en/05.insert/docs.md +++ b/documentation20/en/05.insert/docs.md @@ -48,9 +48,9 @@ Schemaless use one line of string literals to represent one data record. (Users measurement,tag_set field_set timestamp ``` -* measurement is used as the table name。Comma delimiter is used to separate measurement and tag_set. +* measurement is used as the table name. Comma delimiter is used to separate measurement and tag_set. * tag_set represent tag data in key-value pairs. The format is: `=,=`. Comma delimiter is used to separate multiple tag key-value pairs. Space delimiter is used to separate tag_set and field_set. -* field_set represent column data in key-value pairs. The format is similar to tag_set: `=,=`,Comma delimiter is used to separate multiple tag key-value pairs。Space delimiter is used to separate field set and timestamp. +* field_set represent column data in key-value pairs. The format is similar to tag_set: `=,=`. Comma delimiter is used to separate multiple tag key-value pairs。Space delimiter is used to separate field set and timestamp. * Timestamp is the primary key of one data row. All tag values in tag_set are automatically converted and stored as NCHAR data type in TDengine and no need to be surrounded by double quote(") -- GitLab