Documentation

Influx Query Language (InfluxQL)

This page documents an earlier version of InfluxDB OSS. InfluxDB 3 Core is the latest stable version.

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!


New in InfluxDB 3.5

Key enhancements in InfluxDB 3.5 and the InfluxDB 3 Explorer 1.3.

See the Blog Post

InfluxDB 3.5 is now available for both Core and Enterprise, introducing custom plugin repository support, enhanced operational visibility with queryable CLI parameters and manual node management, stronger security controls, and general performance improvements.

InfluxDB 3 Explorer 1.3 brings powerful new capabilities including Dashboards (beta) for saving and organizing your favorite queries, and cache querying for instant access to Last Value and Distinct Value caches—making Explorer a more comprehensive workspace for time series monitoring and analysis.

For more information, check out:

InfluxDB Docker latest tag changing to InfluxDB 3 Core

On November 3, 2025, the latest tag for InfluxDB Docker images will point to InfluxDB 3 Core. To avoid unexpected upgrades, use specific version tags in your Docker deployments.

If using Docker to install and run InfluxDB, the latest tag will point to InfluxDB 3 Core. To avoid unexpected upgrades, use specific version tags in your Docker deployments. For example, if using Docker to run InfluxDB v2, replace the latest version tag with a specific version tag in your Docker pull command–for example:

docker pull influxdb:2