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/Tree/Basic-Concept/Query-Data_apache.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -277,15 +277,15 @@ Data query statements can be used in SQL command-line terminals, JDBC, JAVA / C+
277
277
278
278
- Execute the query statement in the SQL command line terminal: start the SQL command line terminal, and directly enter the query statement to execute, see [SQL command line terminal](../Tools-System/CLI.md).
279
279
280
-
- Execute query statements in JDBC, see [JDBC](../API/Programming-JDBC_apache) for details.
280
+
- Execute query statements in JDBC, see [JDBC](../API/Programming-JDBC_apache.md) for details.
281
281
282
282
- Execute query statements in native APIs such as JAVA / C++ / Python / Go. For details, please refer to the relevant documentation in the Application Programming Interface chapter. The interface prototype is as follows:
283
283
284
284
````java
285
285
SessionDataSet executeQueryStatement(String sql)
286
286
````
287
287
288
-
-Used in RESTfulAPI, see [HTTPAPIV1](../API/RestServiceV1_apache) or [HTTPAPIV2](../API/RestServiceV2_apache) for details.
288
+
-Used in RESTfulAPI, see [HTTPAPIV1](../API/RestServiceV1_apache.md) or [HTTPAPIV2](../API/RestServiceV2_apache.md) for details.
289
289
290
290
#### Efficient execution interfaces
291
291
@@ -3016,7 +3016,7 @@ The user must have the following permissions to execute a query write-back state
3016
3016
* All `WRITE_SCHEMA` permissions for the source series in the `select` clause.
3017
3017
* All `WRITE_DATA` permissions for the target series in the `into` clause.
3018
3018
3019
-
For more user permissions related content, please refer to [Account Management Statements](../User-Manual/Authority-Management_apache).
3019
+
For more user permissions related content, please refer to [Account Management Statements](../User-Manual/Authority-Management_apache.md).
Copy file name to clipboardExpand all lines: src/UserGuide/Master/Tree/Basic-Concept/Query-Data_timecho.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -275,17 +275,17 @@ In IoTDB, there are two ways to execute data query:
275
275
276
276
Data query statements can be used in SQL command-line terminals, JDBC, JAVA / C++ / Python / Go and other native APIs, and RESTful APIs.
277
277
278
-
- Execute the query statement in the SQL command line terminal: start the SQL command line terminal, and directly enter the query statement to execute, see [SQL command line terminal](../Tools-System/CLI.md).
278
+
- Execute the query statement in the SQL command line terminal: start the SQL command line terminal, and directly enter the query statement to execute, see [SQL command line terminal](../Tools-System/CLI_timecho.md).
279
279
280
-
- Execute query statements in JDBC, see [JDBC](../API/Programming-JDBC_timecho) for details.
280
+
- Execute query statements in JDBC, see [JDBC](../API/Programming-JDBC_timecho.md) for details.
281
281
282
282
- Execute query statements in native APIs such as JAVA / C++ / Python / Go. For details, please refer to the relevant documentation in the Application Programming Interface chapter. The interface prototype is as follows:
283
283
284
284
````java
285
285
SessionDataSet executeQueryStatement(String sql)
286
286
````
287
287
288
-
-Used in RESTfulAPI, see [HTTPAPIV1](../API/RestServiceV1_timecho) or [HTTPAPIV2](../API/RestServiceV2_timecho) for details.
288
+
-Used in RESTfulAPI, see [HTTPAPIV1](../API/RestServiceV1_timecho.md) or [HTTPAPIV2](../API/RestServiceV2_timecho.md) for details.
289
289
290
290
#### Efficient execution interfaces
291
291
@@ -3016,7 +3016,7 @@ The user must have the following permissions to execute a query write-back state
3016
3016
* All `WRITE_SCHEMA` permissions for the source series in the `select` clause.
3017
3017
* All `WRITE_DATA` permissions for the target series in the `into` clause.
3018
3018
3019
-
For more user permissions related content, please refer to [Account Management Statements](../User-Manual/Authority-Management_timecho).
3019
+
For more user permissions related content, please refer to [Account Management Statements](../User-Manual/Authority-Management_timecho.md).
Copy file name to clipboardExpand all lines: src/UserGuide/latest/Basic-Concept/Query-Data_apache.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -277,15 +277,15 @@ Data query statements can be used in SQL command-line terminals, JDBC, JAVA / C+
277
277
278
278
- Execute the query statement in the SQL command line terminal: start the SQL command line terminal, and directly enter the query statement to execute, see [SQL command line terminal](../Tools-System/CLI.md).
279
279
280
-
- Execute query statements in JDBC, see [JDBC](../API/Programming-JDBC_apache) for details.
280
+
- Execute query statements in JDBC, see [JDBC](../API/Programming-JDBC_apache.md) for details.
281
281
282
282
- Execute query statements in native APIs such as JAVA / C++ / Python / Go. For details, please refer to the relevant documentation in the Application Programming Interface chapter. The interface prototype is as follows:
283
283
284
284
````java
285
285
SessionDataSet executeQueryStatement(String sql)
286
286
````
287
287
288
-
-Used in RESTfulAPI, see [HTTPAPIV1](../API/RestServiceV1_apache) or [HTTPAPIV2](../API/RestServiceV2_apache) for details.
288
+
-Used in RESTfulAPI, see [HTTPAPIV1](../API/RestServiceV1_apache.md) or [HTTPAPIV2](../API/RestServiceV2_apache.md) for details.
289
289
290
290
#### Efficient execution interfaces
291
291
@@ -3016,7 +3016,7 @@ The user must have the following permissions to execute a query write-back state
3016
3016
* All `WRITE_SCHEMA` permissions for the source series in the `select` clause.
3017
3017
* All `WRITE_DATA` permissions for the target series in the `into` clause.
3018
3018
3019
-
For more user permissions related content, please refer to [Account Management Statements](../User-Manual/Authority-Management_apache).
3019
+
For more user permissions related content, please refer to [Account Management Statements](../User-Manual/Authority-Management_apache.md).
Copy file name to clipboardExpand all lines: src/UserGuide/latest/Basic-Concept/Query-Data_timecho.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -275,17 +275,17 @@ In IoTDB, there are two ways to execute data query:
275
275
276
276
Data query statements can be used in SQL command-line terminals, JDBC, JAVA / C++ / Python / Go and other native APIs, and RESTful APIs.
277
277
278
-
- Execute the query statement in the SQL command line terminal: start the SQL command line terminal, and directly enter the query statement to execute, see [SQL command line terminal](../Tools-System/CLI.md).
278
+
- Execute the query statement in the SQL command line terminal: start the SQL command line terminal, and directly enter the query statement to execute, see [SQL command line terminal](../Tools-System/CLI_timecho.md).
279
279
280
-
- Execute query statements in JDBC, see [JDBC](../API/Programming-JDBC_timecho) for details.
280
+
- Execute query statements in JDBC, see [JDBC](../API/Programming-JDBC_timecho.md) for details.
281
281
282
282
- Execute query statements in native APIs such as JAVA / C++ / Python / Go. For details, please refer to the relevant documentation in the Application Programming Interface chapter. The interface prototype is as follows:
283
283
284
284
````java
285
285
SessionDataSet executeQueryStatement(String sql)
286
286
````
287
287
288
-
-Used in RESTfulAPI, see [HTTPAPIV1](../API/RestServiceV1_timecho) or [HTTPAPIV2](../API/RestServiceV2_timecho) for details.
288
+
-Used in RESTfulAPI, see [HTTPAPIV1](../API/RestServiceV1_timecho.md) or [HTTPAPIV2](../API/RestServiceV2_timecho.md) for details.
289
289
290
290
#### Efficient execution interfaces
291
291
@@ -3016,7 +3016,7 @@ The user must have the following permissions to execute a query write-back state
3016
3016
* All `WRITE_SCHEMA` permissions for the source series in the `select` clause.
3017
3017
* All `WRITE_DATA` permissions for the target series in the `into` clause.
3018
3018
3019
-
For more user permissions related content, please refer to [Account Management Statements](../User-Manual/Authority-Management_timecho).
3019
+
For more user permissions related content, please refer to [Account Management Statements](../User-Manual/Authority-Management_timecho.md).
0 commit comments