Merge pull request #1144 from taosdata/hjxilinx-patch-1

Update administrator-ch.md
This commit is contained in:
plum-lihui 2020-01-16 18:06:33 +08:00 committed by GitHub
commit 670ea16cae
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文件的列需要严格对应
## 数据导出