File tree Expand file tree Collapse file tree 1 file changed +2
-7
lines changed
content/shared/influxdb3-query-guides/execute-queries Expand file tree Collapse file tree 1 file changed +2
-7
lines changed Original file line number Diff line number Diff line change @@ -49,13 +49,8 @@ curl http://{{< influxdb/host >}}/api/v3/query_sql \
49
49
50
50
### Query system information
51
51
52
- Use the HTTP API ` /api/v3/query_sql ` endpoint to retrieve system information about your database server and table schemas in {{% product-name %}}.
53
-
54
- > [ !Note]
55
- > {{% product-name %}} uses separate API endpoints for SQL and InfluxQL queries.
56
- > Both endpoints support the same parameters.
57
- >
58
- > For more information about using InfluxQL, see [ Query data with InfluxQL] ( /influxdb3/version/query-data/influxql/ ) .
52
+ Use the HTTP API ` /api/v3/query_sql ` endpoint to retrieve system information
53
+ about your database server and table schemas in {{% product-name %}}.
59
54
60
55
#### Examples
61
56
You can’t perform that action at this time.
0 commit comments