24 lines
599 B
Markdown
24 lines
599 B
Markdown
---
|
|
title: InfluxQL SHOW statements
|
|
description: >
|
|
Use InfluxQL `SHOW` statements to query schema information from a database.
|
|
menu:
|
|
influxdb3_cloud_serverless:
|
|
name: SHOW statements
|
|
identifier: influxql-show-statements
|
|
parent: influxql-reference
|
|
weight: 207
|
|
list_code_example: |
|
|
```sql
|
|
SHOW [RETENTION POLICIES | MEASUREMENTS | FIELD KEYS | TAG KEYS | TAG VALUES]
|
|
```
|
|
related:
|
|
- /influxdb3/cloud-serverless/query-data/influxql/explore-schema/
|
|
|
|
source: /shared/influxql-v3-reference/show.md
|
|
---
|
|
|
|
<!--
|
|
The content of this page is at /shared/influxql-v3-reference/show.md
|
|
-->
|