From cdf172f72a3a468818f820e603e5d4aaa529ef5d Mon Sep 17 00:00:00 2001 From: Ganlin Zhao <36554565+glzhao89@users.noreply.github.com> Date: Wed, 19 Jan 2022 11:51:26 +0800 Subject: [PATCH] Update docs.md --- documentation20/en/05.insert/docs.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/documentation20/en/05.insert/docs.md b/documentation20/en/05.insert/docs.md index f55ba42c89..87deacf91e 100644 --- a/documentation20/en/05.insert/docs.md +++ b/documentation20/en/05.insert/docs.md @@ -50,7 +50,7 @@ measurement,tag_set field_set timestamp * 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