20 lines
514 B
Markdown
20 lines
514 B
Markdown
---
|
|
title: Query in the Flux REPL
|
|
description: Query InfluxDB using the Flux REPL. Discover how to query data in InfluxDB 2.2 using the Flux REPL.
|
|
weight: 203
|
|
menu:
|
|
influxdb_2_2:
|
|
name: Query in the Flux REPL
|
|
parent: Execute queries
|
|
influxdb/v2.2/tags: [query]
|
|
---
|
|
|
|
The [Flux REPL](/influxdb/v2.2/tools/repl/) starts an interactive
|
|
Read-Eval-Print Loop (REPL) where you can write and execute Flux queries.
|
|
|
|
```sh
|
|
./flux repl
|
|
```
|
|
|
|
For more information, see [Use the Flux REPL](/influxdb/v2.2/tools/repl/).
|