Documentation

Influx Query Language (InfluxQL)

This page documents an earlier version of InfluxDB OSS. InfluxDB OSS v2 is the latest stable version. See the InfluxDB v2 documentation.

This section introduces InfluxQL, the InfluxDB SQL-like query language for working with data in InfluxDB databases.

InfluxQL tutorial

The first seven documents in this section provide a tutorial-style introduction to InfluxQL. Feel free to download the dataset provided in Sample Data and follow along with the documentation.

Data exploration

Data exploration covers the query language basics for InfluxQL, including the SELECT statement, GROUP BY clauses, INTO clauses, and more. See Data Exploration to learn about time syntax and regular expressions in queries.

Schema exploration

Schema exploration covers queries that are useful for viewing and exploring your schema. See Schema Exploration for syntax explanations and examples of InfluxQL’s SHOW queries.

Database management

Database management covers InfluxQL for managing databases and retention policies in InfluxDB. See Database Management for creating and dropping databases and retention policies as well as deleting and dropping data.

InfluxQL functions

Covers all InfluxQL functions.

InfluxQL Continuous Queries

InfluxQL Continuous Queries covers the basic syntax , advanced syntax , and common use cases for Continuous Queries. This page also describes how to SHOW and DROP Continuous Queries.

InfluxQL mathematical operators

InfluxQL mathematical operators covers the use of mathematical operators in InfluxQL.

Authentication and authorization

Authentication and authorization covers how to set up authentication and how to authenticate requests in InfluxDB. This page also describes the different user types and the InfluxQL for managing database users.

InfluxQL reference

The reference documentation for InfluxQL.


Was this page helpful?

Thank you for your feedback!


The future of Flux

Flux is going into maintenance mode. You can continue using it as you currently are without any changes to your code.

Read more

InfluxDB 3 Core and Enterprise are now in Beta

InfluxDB 3 Core and Enterprise are now available for beta testing, available under MIT or Apache 2 license.

InfluxDB 3 Core is a high-speed, recent-data engine that collects and processes data in real-time, while persisting it to local disk or object storage. InfluxDB 3 Enterprise is a commercial product that builds on Core’s foundation, adding high availability, read replicas, enhanced security, and data compaction for faster queries. A free tier of InfluxDB 3 Enterprise will also be available for at-home, non-commercial use for hobbyists to get the full historical time series database set of capabilities.

For more information, check out: