You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/UserGuide/Master/Table/Tools-System/Data-Export-Tool_apache.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -42,8 +42,8 @@ The data export tool `export-data.sh/bat` is located in the `tools` directory an
42
42
|`-end_time`|`--end_time`| The end time of the data to be exported only takes effect when `-sql_dialect` is set to the table type. If `-q` is specified, this parameter will not take effect.| No | - |
43
43
|`-t`|`--target`| Target directory for the output files. If the path does not exist, it will be created. | **Yes**| - |
44
44
|`-pfn`|`--prefix_file_name`| Prefix for the exported file names. For example, `abc` will generate files like `abc_0.tsfile`, `abc_1.tsfile`. | No |`dump_0.tsfile`|
45
-
|`-q`|`--query`| SQL query command to execute. | No | -|
46
-
|`-timeout`|`--query_timeout`| Query timeout in milliseconds (ms). | No |`-1` (Range: -1~Long max=9223372036854775807) |
45
+
|`-q`|`--query`| SQL query command to execute. Starting from v2.0.8, semicolons in SQL statements are automatically removed, and query execution proceeds normally. | No| -|
46
+
|`-timeout`|`--query_timeout`| Query timeout in milliseconds (ms). | No |`-1` (before v2.0.8)<br>`Long.MAX_VALUE` (v2.0.8 and later)<br>(Range: `-1~Long.MAX_VALUE`) |
47
47
|`-help`|`--help`| Display help information. | No | - |
Copy file name to clipboardExpand all lines: src/UserGuide/Master/Table/Tools-System/Data-Export-Tool_timecho.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -42,8 +42,8 @@ The data export tool `export-data.sh/bat` is located in the `tools` directory an
42
42
|`-end_time`|`--end_time`| The end time of the data to be exported only takes effect when `-sql_dialect` is set to the table type. If `-q` is specified, this parameter will not take effect.| No | - |
43
43
|`-t`|`--target`| Target directory for the output files. If the path does not exist, it will be created. | **Yes**| - |
44
44
|`-pfn`|`--prefix_file_name`| Prefix for the exported file names. For example, `abc` will generate files like `abc_0.tsfile`, `abc_1.tsfile`. | No |`dump_0.tsfile`|
45
-
|`-q`|`--query`| SQL query command to execute. | No | -|
46
-
|`-timeout`|`--query_timeout`| Query timeout in milliseconds (ms). | No |`-1` (Range: -1~Long max=9223372036854775807) |
45
+
|`-q`|`--query`| SQL query command to execute. Starting from v2.0.8, semicolons in SQL statements are automatically removed, and query execution proceeds normally. | No| -|
46
+
|`-timeout`|`--query_timeout`| Query timeout in milliseconds (ms). | No |`-1` (before v2.0.8)<br>`Long.MAX_VALUE` (v2.0.8 and later)<br>(Range: `-1~Long.MAX_VALUE`) |
47
47
|`-help`|`--help`| Display help information. | No | - |
Copy file name to clipboardExpand all lines: src/UserGuide/Master/Tree/Tools-System/Data-Export-Tool_apache.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -37,8 +37,8 @@ The data export tool, export-data.sh (Unix/OS X) or export-data.bat (Windows), l
37
37
|`-pw`|`--password`| Password for authentication. | No |`root`|
38
38
|`-t`|`--target`| Target directory for the output files. If the path does not exist, it will be created. | **Yes**| - |
39
39
|`-pfn`|`--prefix_file_name`| Prefix for the exported file names. For example, `abc` will generate files like `abc_0.tsfile`, `abc_1.tsfile`. | No |`dump_0.tsfile`|
40
-
|`-q`|`--query`| SQL query command to execute. | No | -|
41
-
|`-timeout`|`--query_timeout`| Query timeout in milliseconds (ms). | No |`-1` (Range: -1~Long max=9223372036854775807) |
40
+
|`-q`|`--query`| SQL query command to execute. Starting from v2.0.8, semicolons in SQL statements are automatically removed, and query execution proceeds normally. | No| -|
41
+
|`-timeout`|`--query_timeout`| Query timeout in milliseconds (ms). | No |`-1` (before v2.0.8)<br>`Long.MAX_VALUE` (v2.0.8 and later)<br>(Range: `-1~Long.MAX_VALUE`) |
42
42
|`-help`|`--help`| Display help information. | No | - |
|`-h`|`--host`| Hostname of the IoTDB server. | No |`127.0.0.1`|
35
-
|`-p`|`--port`| Port number of the IoTDB server. | No |`6667`|
36
-
|`-u`|`--username`| Username for authentication. | No |`root`|
37
-
|`-pw`|`--password`| Password for authentication. | No |`TimechoDB@2021`(Before V2.0.6 it is `root` ) |
38
-
|`-t`|`--target`| Target directory for the output files. If the path does not exist, it will be created. | **Yes**| - |
39
-
|`-pfn`|`--prefix_file_name`| Prefix for the exported file names. For example, `abc` will generate files like `abc_0.tsfile`, `abc_1.tsfile`. | No |`dump_0.tsfile`|
40
-
|`-q`|`--query`| SQL query command to execute. | No | -|
41
-
|`-timeout`|`--query_timeout`| Query timeout in milliseconds (ms). | No |`-1` (Range: -1~Long max=9223372036854775807) |
42
-
|`-help`|`--help`| Display help information. | No | - |
31
+
| Short | Full Parameter | Description | Required | Default|
|`-h`|`--host`| Hostname of the IoTDB server. | No |`127.0.0.1`|
35
+
|`-p`|`--port`| Port number of the IoTDB server. | No |`6667`|
36
+
|`-u`|`--username`| Username for authentication. | No |`root`|
37
+
|`-pw`|`--password`| Password for authentication. | No |`TimechoDB@2021`(Before V2.0.6 it is `root` )|
38
+
|`-t`|`--target`| Target directory for the output files. If the path does not exist, it will be created. | **Yes**| -|
39
+
|`-pfn`|`--prefix_file_name`| Prefix for the exported file names. For example, `abc` will generate files like `abc_0.tsfile`, `abc_1.tsfile`. | No |`dump_0.tsfile`|
40
+
|`-q`|`--query`| SQL query command to execute. Starting from v2.0.8, semicolons in SQL statements are automatically removed, and query execution proceeds normally. | No| -|
41
+
|`-timeout`|`--query_timeout`| Query timeout in milliseconds (ms). | No |`-1` (before v2.0.8)<br>`Long.MAX_VALUE` (v2.0.8 and later)<br>(Range: `-1~Long.MAX_VALUE`)|
42
+
|`-help`|`--help`| Display help information. | No | -|
Copy file name to clipboardExpand all lines: src/UserGuide/latest-Table/Tools-System/Data-Export-Tool_apache.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -42,8 +42,8 @@ The data export tool `export-data.sh/bat` is located in the `tools` directory an
42
42
|`-end_time`|`--end_time`| The end time of the data to be exported only takes effect when `-sql_dialect` is set to the table type. If `-q` is specified, this parameter will not take effect.| No | - |
43
43
|`-t`|`--target`| Target directory for the output files. If the path does not exist, it will be created. | **Yes**| - |
44
44
|`-pfn`|`--prefix_file_name`| Prefix for the exported file names. For example, `abc` will generate files like `abc_0.tsfile`, `abc_1.tsfile`. | No |`dump_0.tsfile`|
45
-
|`-q`|`--query`| SQL query command to execute. | No | -|
46
-
|`-timeout`|`--query_timeout`| Query timeout in milliseconds (ms). | No |`-1` (Range: -1~Long max=9223372036854775807) |
45
+
|`-q`|`--query`| SQL query command to execute. Starting from v2.0.8, semicolons in SQL statements are automatically removed, and query execution proceeds normally. | No| -|
46
+
|`-timeout`|`--query_timeout`| Query timeout in milliseconds (ms). | No |`-1` (before v2.0.8)<br>`Long.MAX_VALUE` (v2.0.8 and later)<br>(Range: `-1~Long.MAX_VALUE`) |
47
47
|`-help`|`--help`| Display help information. | No | - |
Copy file name to clipboardExpand all lines: src/UserGuide/latest-Table/Tools-System/Data-Export-Tool_timecho.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -42,8 +42,8 @@ The data export tool `export-data.sh/bat` is located in the `tools` directory an
42
42
|`-end_time`|`--end_time`| The end time of the data to be exported only takes effect when `-sql_dialect` is set to the table type. If `-q` is specified, this parameter will not take effect.| No | - |
43
43
|`-t`|`--target`| Target directory for the output files. If the path does not exist, it will be created. | **Yes**| - |
44
44
|`-pfn`|`--prefix_file_name`| Prefix for the exported file names. For example, `abc` will generate files like `abc_0.tsfile`, `abc_1.tsfile`. | No |`dump_0.tsfile`|
45
-
|`-q`|`--query`| SQL query command to execute. | No | -|
46
-
|`-timeout`|`--query_timeout`| Query timeout in milliseconds (ms). | No |`-1` (Range: -1~Long max=9223372036854775807) |
45
+
|`-q`|`--query`| SQL query command to execute. Starting from v2.0.8, semicolons in SQL statements are automatically removed, and query execution proceeds normally. | No| -|
46
+
|`-timeout`|`--query_timeout`| Query timeout in milliseconds (ms). | No |`-1` (before v2.0.8)<br>`Long.MAX_VALUE` (v2.0.8 and later)<br>(Range: `-1~Long.MAX_VALUE`) |
47
47
|`-help`|`--help`| Display help information. | No | - |
0 commit comments