docs-v2/content/influxdb3/core/query-data/execute-queries/influxdb3-cli.md

860 B

title list_title description weight menu influxdb3/core/tags related list_code_example source
Use the influxdb3 CLI to query data Use the influxdb3 CLI Use the `influxdb3 query` command to query data in {{< product-name >}} with SQL. 301
influxdb3_core
parent name
Execute queries Use the influxdb3 CLI
query
sql
influxql
influxdb3
CLI
/influxdb3/core/reference/cli/influxdb3/query/
/influxdb3/core/reference/sql/
/influxdb3/core/reference/influxql/
```sh influxdb3 query \ --database DATABASE_NAME \ "SELECT * FROM home" ``` /shared/influxdb3-query-guides/execute-queries/influxdb3-cli.md