Skip to content

Commit decd90c

Browse files
authored
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)
1 parent 4d9a386 commit decd90c

File tree

4 files changed

+12
-4
lines changed

4 files changed

+12
-4
lines changed

src/UserGuide/Master/Table/Reference/Sample-Data.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,4 +92,6 @@ INSERT INTO table1(region, plant_id, device_id, model_id, maintenance, time, tem
9292
('上海', '3001', '101', 'D', '360', '2024-11-29 00:00:00', 85.0, 35.1, NULL, '2024-11-29 10:00:13'),
9393
('上海', '3002', '100', 'E', '180', '2024-11-29 11:00:00', NULL, 45.1, true, NULL),
9494
('上海', '3002', '101', 'F', '360', '2024-11-30 00:00:00', 90.0, 35.2, true, NULL);
95-
```
95+
```
96+
97+
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.

src/UserGuide/latest-Table/Reference/Sample-Data.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,4 +92,6 @@ INSERT INTO table1(region, plant_id, device_id, model_id, maintenance, time, tem
9292
('上海', '3001', '101', 'D', '360', '2024-11-29 00:00:00', 85.0, 35.1, NULL, '2024-11-29 10:00:13'),
9393
('上海', '3002', '100', 'E', '180', '2024-11-29 11:00:00', NULL, 45.1, true, NULL),
9494
('上海', '3002', '101', 'F', '360', '2024-11-30 00:00:00', 90.0, 35.2, true, NULL);
95-
```
95+
```
96+
97+
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.

src/zh/UserGuide/Master/Table/Reference/Sample-Data.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,4 +94,6 @@ INSERT INTO table1(region, plant_id, device_id, model_id, maintenance, time, tem
9494
('上海', '3001', '101', 'D', '360', '2024-11-29 00:00:00', 85.0, 35.1, NULL, '2024-11-29 10:00:13'),
9595
('上海', '3002', '100', 'E', '180', '2024-11-29 11:00:00', NULL, 45.1, true, NULL),
9696
('上海', '3002', '101', 'F', '360', '2024-11-30 00:00:00', 90.0, 35.2, true, NULL);
97-
```
97+
```
98+
99+
注意:若您使用的终端不支持多行粘贴(例如 Windows CMD),请将 SQL 语句调整为单行格式后再执行。

src/zh/UserGuide/latest-Table/Reference/Sample-Data.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,4 +135,6 @@ INSERT INTO table5(device_id, time, humidity) VALUES
135135
('d1', '2025-05-13 00:00:02.106', 37.2),
136136
('d1', '2025-05-13 00:00:04.187', null),
137137
('d1', '2025-05-13 00:00:06.156', 35.1);
138-
```
138+
```
139+
140+
注意:若您使用的终端不支持多行粘贴(例如 Windows CMD),请将 SQL 语句调整为单行格式后再执行。

0 commit comments

Comments
 (0)