Update administrator-ch.md

This commit is contained in:
haojun Liao 2020-01-16 18:00:58 +08:00 committed by GitHub
parent e124c8ee72
commit fe0b850a5e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -337,6 +337,7 @@ TDengine也支持在shell对已存在的表从CSV文件中进行数据导入。
insert into tb1 file a.csv b.csv tb2 c.csv …
import into tb1 file a.csv b.csv tb2 c.csv …
```
> 注意导入的CSV文件不能够带表头, 且表的列与CSV文件的列需要严格对应
## 数据导出