docs-v2/content/influxdb/cloud/reference/flux/stdlib/sql/_index.md

825 B

title list_title description aliases menu weight influxdb/v2.0/tags related
Flux SQL package SQL package The Flux SQL package provides tools for working with data in SQL databases such as MySQL, PostgreSQL, Snowflake, SQLite, Microsoft SQL Server, Amazon Athena, and Google BigQuery. Import the `sql` package.
/influxdb/cloud/reference/flux/functions/sql/
influxdb_cloud_ref
name parent
SQL Flux standard library
202
functions
sql
package
mysql
postgres
/influxdb/cloud/query-data/flux/sql/

SQL Flux functions provide tools for working with data in SQL databases such as:

  • Amazon Athena
  • Google BigQuery
  • Microsoft SQL Server
  • MySQL
  • PostgreSQL
  • Snowflake
  • SQLite

Import the sql package:

import "sql"

{{< children type="functions" show="pages" >}}