Skip to content
Open
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
4 changes: 3 additions & 1 deletion src/UserGuide/Master/Table/Reference/Sample-Data.md
Original file line number Diff line number Diff line change
Expand Up @@ -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);
```
```

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.
4 changes: 3 additions & 1 deletion src/UserGuide/latest-Table/Reference/Sample-Data.md
Original file line number Diff line number Diff line change
Expand Up @@ -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);
```
```

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.
4 changes: 3 additions & 1 deletion src/zh/UserGuide/Master/Table/Reference/Sample-Data.md
Original file line number Diff line number Diff line change
Expand Up @@ -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);
```
```

注意:若您使用的终端不支持多行粘贴(例如 Windows CMD),请将 SQL 语句调整为单行格式后再执行。
4 changes: 3 additions & 1 deletion src/zh/UserGuide/latest-Table/Reference/Sample-Data.md
Original file line number Diff line number Diff line change
Expand Up @@ -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);
```
```

注意:若您使用的终端不支持多行粘贴(例如 Windows CMD),请将 SQL 语句调整为单行格式后再执行。