This is an automated email from the ASF dual-hosted git repository.

critas pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/iotdb-docs.git


The following commit(s) were added to refs/heads/main by this push:
     new decd90cf Note: If your terminal does not support multi-line paste 
(e.g., Windows CMD), please reformat the SQL statement into a single line 
before execution. (#979)
decd90cf is described below

commit decd90cf979fd8661f256249f91dbebb6b032f07
Author: leto-b <[email protected]>
AuthorDate: Wed Jan 28 10:55:58 2026 +0800

    Note: If your terminal does not support multi-line paste (e.g., Windows 
CMD), please reformat the SQL statement into a single line before execution. 
(#979)
---
 src/UserGuide/Master/Table/Reference/Sample-Data.md    | 4 +++-
 src/UserGuide/latest-Table/Reference/Sample-Data.md    | 4 +++-
 src/zh/UserGuide/Master/Table/Reference/Sample-Data.md | 4 +++-
 src/zh/UserGuide/latest-Table/Reference/Sample-Data.md | 4 +++-
 4 files changed, 12 insertions(+), 4 deletions(-)

diff --git a/src/UserGuide/Master/Table/Reference/Sample-Data.md 
b/src/UserGuide/Master/Table/Reference/Sample-Data.md
index 4235ff53..8b5b6ef0 100644
--- a/src/UserGuide/Master/Table/Reference/Sample-Data.md
+++ b/src/UserGuide/Master/Table/Reference/Sample-Data.md
@@ -92,4 +92,6 @@ INSERT INTO table1(region, plant_id, device_id, model_id, 
maintenance, time, tem
   ('上海', '3001', '101', 'D', '360', '2024-11-29 00:00:00', 85.0, 35.1, NULL, 
'2024-11-29 10:00:13'),
   ('上海', '3002', '100', 'E', '180', '2024-11-29 11:00:00', NULL, 45.1, true, 
NULL),
   ('上海', '3002', '101', 'F', '360', '2024-11-30 00:00:00', 90.0, 35.2, true, 
NULL);
-```
\ No newline at end of file
+```
+
+Note: If your terminal does not support multi-line paste (e.g., Windows CMD), 
please reformat the SQL statement into a single line before execution.
\ No newline at end of file
diff --git a/src/UserGuide/latest-Table/Reference/Sample-Data.md 
b/src/UserGuide/latest-Table/Reference/Sample-Data.md
index 4235ff53..8b5b6ef0 100644
--- a/src/UserGuide/latest-Table/Reference/Sample-Data.md
+++ b/src/UserGuide/latest-Table/Reference/Sample-Data.md
@@ -92,4 +92,6 @@ INSERT INTO table1(region, plant_id, device_id, model_id, 
maintenance, time, tem
   ('上海', '3001', '101', 'D', '360', '2024-11-29 00:00:00', 85.0, 35.1, NULL, 
'2024-11-29 10:00:13'),
   ('上海', '3002', '100', 'E', '180', '2024-11-29 11:00:00', NULL, 45.1, true, 
NULL),
   ('上海', '3002', '101', 'F', '360', '2024-11-30 00:00:00', 90.0, 35.2, true, 
NULL);
-```
\ No newline at end of file
+```
+
+Note: If your terminal does not support multi-line paste (e.g., Windows CMD), 
please reformat the SQL statement into a single line before execution.
\ No newline at end of file
diff --git a/src/zh/UserGuide/Master/Table/Reference/Sample-Data.md 
b/src/zh/UserGuide/Master/Table/Reference/Sample-Data.md
index 514ccc5c..a65c067f 100644
--- a/src/zh/UserGuide/Master/Table/Reference/Sample-Data.md
+++ b/src/zh/UserGuide/Master/Table/Reference/Sample-Data.md
@@ -94,4 +94,6 @@ INSERT INTO table1(region, plant_id, device_id, model_id, 
maintenance, time, tem
   ('上海', '3001', '101', 'D', '360', '2024-11-29 00:00:00', 85.0, 35.1, NULL, 
'2024-11-29 10:00:13'),
   ('上海', '3002', '100', 'E', '180', '2024-11-29 11:00:00', NULL, 45.1, true, 
NULL),
   ('上海', '3002', '101', 'F', '360', '2024-11-30 00:00:00', 90.0, 35.2, true, 
NULL);
-```
\ No newline at end of file
+```
+
+注意:若您使用的终端不支持多行粘贴(例如 Windows CMD),请将 SQL 语句调整为单行格式后再执行。
\ No newline at end of file
diff --git a/src/zh/UserGuide/latest-Table/Reference/Sample-Data.md 
b/src/zh/UserGuide/latest-Table/Reference/Sample-Data.md
index f7641639..e6706e1d 100644
--- a/src/zh/UserGuide/latest-Table/Reference/Sample-Data.md
+++ b/src/zh/UserGuide/latest-Table/Reference/Sample-Data.md
@@ -135,4 +135,6 @@ INSERT INTO table5(device_id, time, humidity) VALUES
   ('d1', '2025-05-13 00:00:02.106', 37.2),
   ('d1', '2025-05-13 00:00:04.187', null),
   ('d1', '2025-05-13 00:00:06.156', 35.1);
-```
\ No newline at end of file
+```
+
+注意:若您使用的终端不支持多行粘贴(例如 Windows CMD),请将 SQL 语句调整为单行格式后再执行。
\ No newline at end of file

Reply via email to