docs-v2/content/influxdb/v2/query-data/execute-queries/flux-repl.md

20 lines
517 B
Markdown

---
title: Query in the Flux REPL
description: Query InfluxDB using the Flux REPL. Discover how to query data in InfluxDB 2.5 using the Flux REPL.
weight: 203
menu:
influxdb_v2:
name: Query in the Flux REPL
parent: Execute queries
influxdb/v2/tags: [query]
---
The [Flux REPL](/influxdb/v2/tools/flux-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/tools/flux-repl/).