docs-v2/content/influxdb/cloud-serverless/query-data/sql/execute-queries/_index.md

1.3 KiB

title seotitle description weight menu influxdb/cloud-serverless/tags aliases
Execute SQL queries Execute SQL queries for data in InfluxDB Cloud Serverless Use tools and libraries to query data with SQL stored in InfluxDB Cloud Serverless. 103
influxdb_cloud_serverless
name parent
Execute SQL queries Query with SQL
query
/influxdb/cloud-serverless/query-data/execute-queries/
/influxdb/cloud-serverless/query-data/tools/

The InfluxDB SQL implementation uses Arrow DataFusion and the Apache Arrow Flight SQL protocol to query data stored in an InfluxDB database.

Arrow Flight SQL is a protocol for interacting with SQL databases using the Arrow in-memory format and the Flight RPC framework.

{{% caption %}}Apache Arrow Flight SQL documentation{{% /caption %}}

Data platforms and clients that support the Flight SQL protocol can query data stored in an InfluxDB database. Learn how to connect to InfluxDB and query your data using the following tools:


{{< children readmore=true hr=true hlevel="h2" >}}