Update 02-insert.md

This commit is contained in:
Jeff Tao 2025-03-23 14:11:56 +08:00 committed by GitHub
parent 9b5d6076ca
commit 5c28834c90
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 3 additions and 0 deletions

View File

@ -113,6 +113,9 @@ TDengine 还支持直接向超级表写入数据。需要注意的是,超级
insert into meters (tbname, ts, current, voltage, phase, location, group_id)
values("d1001", "2018-10-03 14:38:05", 10.2, 220, 0.23, "California.SanFrancisco", 2)
```
### 通过虚拟表写入
TDengine 不支持向虚拟表或虚拟超级表写入,因为虚拟表或虚拟超级表是动态生成的,本身不存储数据。
### 零代码写入