fix: error word modify

This commit is contained in:
Alex Duan 2025-02-12 11:38:37 +08:00
parent 3ef70ca820
commit b5069177d3
2 changed files with 4 additions and 4 deletions

View File

@ -91,11 +91,11 @@ taos> source <filename>;
## 数据导入/导出
## 导出查询结果
### 导出查询结果
- 可以使用符号 “>>” 导出查询结果到某个文件中,语法为: sql 查询语句 >> ‘输出文件名’; 输出文件如果不写路径的话,将输出至当前目录下。如 select * from d0 >> /root/d0.csv; 将把查询结果输出到 /root/d0.csv 中。
## 数据从文件导入
### 数据从文件导入
- 可以使用 insert into table_name file '输入文件名',把上一步中导出的数据文件再导入到指定表中。如 insert into d0 file '/root/d0.csv'; 表示把上面导出的数据全部再导致至 d0 表中。

View File

@ -320,7 +320,7 @@ INFO: Consumed total msgs: 3000, total rows: 30000000
- **fillNull**: 字符串类型,指定此列是否随机插入 NULL 值,可指定为 “true” 或 "false", 只有当 generate_row_rule 为 2 时有效
#### 插入行为
#### 插入行为相关
- **thread_count** : 插入数据的线程数量,默认为 8。
@ -346,7 +346,7 @@ INFO: Consumed total msgs: 3000, total rows: 30000000
- **pre_load_tb_meta** :是否提前加载子表的 meta 数据,取值为 “yes” or "no"。当子表数量非常多时,打开此选项可提高写入速度。
### 数据查询
### 查询场景配置参数
查询场景下 `filetype` 必须设置为 `query`
`query_times` 指定运行查询的次数,数值类型