docs:Update 02-insert.md

This commit is contained in:
Yu Chen 2024-10-21 09:57:53 +08:00 committed by GitHub
parent 707a9fe7ee
commit 93e65a308e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -111,7 +111,7 @@ TDengine 还支持直接向超级表写入数据。需要注意的是,超级
```sql ```sql
insert into meters (tbname, ts, current, voltage, phase, location, group_id) insert into meters (tbname, ts, current, voltage, phase, location, group_id)
values( "d1001v, "2018-10-03 14:38:05", 10.2, 220, 0.23, "California.SanFrancisco", 2) values( "d1001, "2018-10-03 14:38:05", 10.2, 220, 0.23, "California.SanFrancisco", 2)
``` ```
### 零代码写入 ### 零代码写入