Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions src/UserGuide/Master/Tree/Basic-Concept/Write-Delete-Data.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,8 @@ Writing a repeat timestamp covers the original timestamp data, which can be rega

The [INSERT SQL statement](../SQL-Manual/SQL-Manual.md#insert-data) statement is used to insert data into one or more specified timeseries created. For each point of data inserted, it consists of a [timestamp](../Basic-Concept/Data-Model-and-Terminology.md) and a sensor acquisition value (see [Data Type](../Basic-Concept/Data-Type.md)).

Supports schema free writing, allowing data to be written directly when metadata is not defined, and the required metadata will be automatically recognized and registered in the database.

In the scenario of this section, take two timeseries `root.ln.wf02.wt02.status` and `root.ln.wf02.wt02.hardware` as an example, and their data types are BOOLEAN and TEXT, respectively.

The sample code for single column data insertion is as follows:
Expand Down
2 changes: 2 additions & 0 deletions src/UserGuide/V0.13.x/Write-And-Delete-Data/Write-Data.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,8 @@ This section mainly introduces the use of [INSERT SQL statement](../Reference/SQ

The [INSERT SQL statement](../Reference/SQL-Reference.md) statement is used to insert data into one or more specified timeseries created. For each point of data inserted, it consists of a [timestamp](../Data-Concept/Data-Model-and-Terminology.md) and a sensor acquisition value (see [Data Type](../Data-Concept/Data-Type.md)).

Supports schema free writing, allowing data to be written directly when metadata is not defined, and the required metadata will be automatically recognized and registered in the database.

In the scenario of this section, take two timeseries `root.ln.wf02.wt02.status` and `root.ln.wf02.wt02.hardware` as an example, and their data types are BOOLEAN and TEXT, respectively.

The sample code for single column data insertion is as follows:
Expand Down
2 changes: 2 additions & 0 deletions src/UserGuide/V1.0.x/Write-Data/Write-Data.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,8 @@ Writing a repeat timestamp covers the original timestamp data, which can be rega

The [INSERT SQL statement](../Reference/SQL-Reference.md) statement is used to insert data into one or more specified timeseries created. For each point of data inserted, it consists of a [timestamp](../Data-Concept/Data-Model-and-Terminology.md) and a sensor acquisition value (see [Data Type](../Data-Concept/Data-Type.md)).

Supports schema free writing, allowing data to be written directly when metadata is not defined, and the required metadata will be automatically recognized and registered in the database.

In the scenario of this section, take two timeseries `root.ln.wf02.wt02.status` and `root.ln.wf02.wt02.hardware` as an example, and their data types are BOOLEAN and TEXT, respectively.

The sample code for single column data insertion is as follows:
Expand Down
2 changes: 2 additions & 0 deletions src/UserGuide/V1.1.x/Write-Data/Write-Data.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,8 @@ Writing a repeat timestamp covers the original timestamp data, which can be rega

The [INSERT SQL statement](../Reference/SQL-Reference.md) statement is used to insert data into one or more specified timeseries created. For each point of data inserted, it consists of a [timestamp](../Data-Concept/Data-Model-and-Terminology.md) and a sensor acquisition value (see [Data Type](../Data-Concept/Data-Type.md)).

Supports schema free writing, allowing data to be written directly when metadata is not defined, and the required metadata will be automatically recognized and registered in the database.

In the scenario of this section, take two timeseries `root.ln.wf02.wt02.status` and `root.ln.wf02.wt02.hardware` as an example, and their data types are BOOLEAN and TEXT, respectively.

The sample code for single column data insertion is as follows:
Expand Down
2 changes: 2 additions & 0 deletions src/UserGuide/V1.2.x/User-Manual/Write-Delete-Data.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,8 @@ Writing a repeat timestamp covers the original timestamp data, which can be rega

The [INSERT SQL statement](../SQL-Manual/SQL-Manual.md) statement is used to insert data into one or more specified timeseries created. For each point of data inserted, it consists of a [timestamp](../Basic-Concept/Data-Model-and-Terminology.md) and a sensor acquisition value (see [Data Type](../Basic-Concept/Data-Type.md)).

Supports schema free writing, allowing data to be written directly when metadata is not defined, and the required metadata will be automatically recognized and registered in the database.

In the scenario of this section, take two timeseries `root.ln.wf02.wt02.status` and `root.ln.wf02.wt02.hardware` as an example, and their data types are BOOLEAN and TEXT, respectively.

The sample code for single column data insertion is as follows:
Expand Down
2 changes: 2 additions & 0 deletions src/UserGuide/V1.3.0-2/User-Manual/Write-Delete-Data.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,8 @@ Writing a repeat timestamp covers the original timestamp data, which can be rega

The [INSERT SQL statement](../SQL-Manual/SQL-Manual.md#insert-data) statement is used to insert data into one or more specified timeseries created. For each point of data inserted, it consists of a [timestamp](../Basic-Concept/Data-Model-and-Terminology.md) and a sensor acquisition value (see [Data Type](../Basic-Concept/Data-Type.md)).

Supports schema free writing, allowing data to be written directly when metadata is not defined, and the required metadata will be automatically recognized and registered in the database.

In the scenario of this section, take two timeseries `root.ln.wf02.wt02.status` and `root.ln.wf02.wt02.hardware` as an example, and their data types are BOOLEAN and TEXT, respectively.

The sample code for single column data insertion is as follows:
Expand Down
2 changes: 2 additions & 0 deletions src/UserGuide/V2.0.1/Tree/Basic-Concept/Write-Delete-Data.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,8 @@ Writing a repeat timestamp covers the original timestamp data, which can be rega

The [INSERT SQL statement](../SQL-Manual/SQL-Manual.md#insert-data) statement is used to insert data into one or more specified timeseries created. For each point of data inserted, it consists of a [timestamp](../Basic-Concept/Data-Model-and-Terminology.md) and a sensor acquisition value (see [Data Type](../Basic-Concept/Data-Type.md)).

Supports schema free writing, allowing data to be written directly when metadata is not defined, and the required metadata will be automatically recognized and registered in the database.

In the scenario of this section, take two timeseries `root.ln.wf02.wt02.status` and `root.ln.wf02.wt02.hardware` as an example, and their data types are BOOLEAN and TEXT, respectively.

The sample code for single column data insertion is as follows:
Expand Down
2 changes: 2 additions & 0 deletions src/UserGuide/latest/Basic-Concept/Write-Delete-Data.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,8 @@ Writing a repeat timestamp covers the original timestamp data, which can be rega

The [INSERT SQL statement](../SQL-Manual/SQL-Manual.md#insert-data) statement is used to insert data into one or more specified timeseries created. For each point of data inserted, it consists of a [timestamp](../Basic-Concept/Data-Model-and-Terminology.md) and a sensor acquisition value (see [Data Type](../Basic-Concept/Data-Type.md)).

Supports schema free writing, allowing data to be written directly when metadata is not defined, and the required metadata will be automatically recognized and registered in the database.

In the scenario of this section, take two timeseries `root.ln.wf02.wt02.status` and `root.ln.wf02.wt02.hardware` as an example, and their data types are BOOLEAN and TEXT, respectively.

The sample code for single column data insertion is as follows:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,8 @@ IoTDB 为用户提供多种插入实时数据的方式,例如在 [Cli/Shell

使用 INSERT 语句可以向指定的已经创建的一条或多条时间序列中插入数据。对于每一条数据,均由一个时间戳类型的时间戳和一个数值或布尔值、字符串类型的传感器采集值组成。

支持无模式写入,可以在未定义元数据时,直接写入数据,数据库中将自动识别并注册所需的元数据。

在本节的场景实例下,以其中的两个时间序列`root.ln.wf02.wt02.status`和`root.ln.wf02.wt02.hardware`为例 ,它们的数据类型分别为 BOOLEAN 和 TEXT。

单列数据插入示例代码如下:
Expand Down
2 changes: 2 additions & 0 deletions src/zh/UserGuide/V0.13.x/Write-And-Delete-Data/Write-Data.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,8 @@ IoTDB 为用户提供多种插入实时数据的方式,例如在 [Cli/Shell

使用 INSERT 语句可以向指定的已经创建的一条或多条时间序列中插入数据。对于每一条数据,均由一个时间戳类型的时间戳和一个数值或布尔值、字符串类型的传感器采集值组成。

支持无模式写入,可以在未定义元数据时,直接写入数据,数据库中将自动识别并注册所需的元数据。

在本节的场景实例下,以其中的两个时间序列`root.ln.wf02.wt02.status`和`root.ln.wf02.wt02.hardware`为例 ,它们的数据类型分别为 BOOLEAN 和 TEXT。

单列数据插入示例代码如下:
Expand Down
2 changes: 2 additions & 0 deletions src/zh/UserGuide/V1.0.x/Write-Data/Write-Data.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,8 @@ IoTDB 为用户提供多种插入实时数据的方式,例如在 [Cli/Shell

使用 INSERT 语句可以向指定的已经创建的一条或多条时间序列中插入数据。对于每一条数据,均由一个时间戳类型的时间戳和一个数值或布尔值、字符串类型的传感器采集值组成。

支持无模式写入,可以在未定义元数据时,直接写入数据,数据库中将自动识别并注册所需的元数据。

在本节的场景实例下,以其中的两个时间序列`root.ln.wf02.wt02.status`和`root.ln.wf02.wt02.hardware`为例 ,它们的数据类型分别为 BOOLEAN 和 TEXT。

单列数据插入示例代码如下:
Expand Down
2 changes: 2 additions & 0 deletions src/zh/UserGuide/V1.1.x/Write-Data/Write-Data.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,8 @@ IoTDB 为用户提供多种插入实时数据的方式,例如在 [Cli/Shell

使用 INSERT 语句可以向指定的已经创建的一条或多条时间序列中插入数据。对于每一条数据,均由一个时间戳类型的时间戳和一个数值或布尔值、字符串类型的传感器采集值组成。

支持无模式写入,可以在未定义元数据时,直接写入数据,数据库中将自动识别并注册所需的元数据。

在本节的场景实例下,以其中的两个时间序列`root.ln.wf02.wt02.status`和`root.ln.wf02.wt02.hardware`为例 ,它们的数据类型分别为 BOOLEAN 和 TEXT。

单列数据插入示例代码如下:
Expand Down
2 changes: 2 additions & 0 deletions src/zh/UserGuide/V1.2.x/User-Manual/Write-Delete-Data.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,8 @@ IoTDB 为用户提供多种插入实时数据的方式,例如在 [Cli/Shell

使用 INSERT 语句可以向指定的已经创建的一条或多条时间序列中插入数据。对于每一条数据,均由一个时间戳类型的时间戳和一个数值或布尔值、字符串类型的传感器采集值组成。

支持无模式写入,可以在未定义元数据时,直接写入数据,数据库中将自动识别并注册所需的元数据。

在本节的场景实例下,以其中的两个时间序列`root.ln.wf02.wt02.status`和`root.ln.wf02.wt02.hardware`为例 ,它们的数据类型分别为 BOOLEAN 和 TEXT。

单列数据插入示例代码如下:
Expand Down
2 changes: 2 additions & 0 deletions src/zh/UserGuide/V1.3.0-2/User-Manual/Write-Delete-Data.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,8 @@ IoTDB 为用户提供多种插入实时数据的方式,例如在 [Cli/Shell

使用 INSERT 语句可以向指定的已经创建的一条或多条时间序列中插入数据。对于每一条数据,均由一个时间戳类型的时间戳和一个数值或布尔值、字符串类型的传感器采集值组成。

支持无模式写入,可以在未定义元数据时,直接写入数据,数据库中将自动识别并注册所需的元数据。

在本节的场景实例下,以其中的两个时间序列`root.ln.wf02.wt02.status`和`root.ln.wf02.wt02.hardware`为例 ,它们的数据类型分别为 BOOLEAN 和 TEXT。

单列数据插入示例代码如下:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,8 @@ IoTDB 为用户提供多种插入实时数据的方式,例如在 [Cli/Shell

使用 INSERT 语句可以向指定的已经创建的一条或多条时间序列中插入数据。对于每一条数据,均由一个时间戳类型的时间戳和一个数值或布尔值、字符串类型的传感器采集值组成。

支持无模式写入,可以在未定义元数据时,直接写入数据,数据库中将自动识别并注册所需的元数据。

在本节的场景实例下,以其中的两个时间序列`root.ln.wf02.wt02.status`和`root.ln.wf02.wt02.hardware`为例 ,它们的数据类型分别为 BOOLEAN 和 TEXT。

单列数据插入示例代码如下:
Expand Down
2 changes: 2 additions & 0 deletions src/zh/UserGuide/latest/Basic-Concept/Write-Delete-Data.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,8 @@ IoTDB 为用户提供多种插入实时数据的方式,例如在 [Cli/Shell

使用 INSERT 语句可以向指定的已经创建的一条或多条时间序列中插入数据。对于每一条数据,均由一个时间戳类型的时间戳和一个数值或布尔值、字符串类型的传感器采集值组成。

支持无模式写入,可以在未定义元数据时,直接写入数据,数据库中将自动识别并注册所需的元数据。

在本节的场景实例下,以其中的两个时间序列`root.ln.wf02.wt02.status`和`root.ln.wf02.wt02.hardware`为例 ,它们的数据类型分别为 BOOLEAN 和 TEXT。

单列数据插入示例代码如下:
Expand Down
Loading