860 B
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 |
|
|
|
```sh influxdb3 query \ --database DATABASE_NAME \ "SELECT * FROM home" ``` | /shared/influxdb3-query-guides/execute-queries/influxdb3-cli.md |