575 B
575 B
title | description | menu | weight | list_code_example | related | source | |||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
InfluxQL SHOW statements | Use InfluxQL `SHOW` statements to query schema information from a database. |
|
207 | ```sql SHOW [RETENTION POLICIES | MEASUREMENTS | FIELD KEYS | TAG KEYS | TAG VALUES] ``` |
|
/shared/influxql-v3-reference/show.md |