613 B
613 B
title | description | menu | weight | influxdb3/enterprise/tags | list_code_example | source | ||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Explore your schema with SQL | Use SQL to explore your data schema in your {{< product-name >}} database. |
|
201 |
|
##### List tables ```sql SHOW TABLES ``` ##### List columns in a table ```sql SHOW COLUMNS IN table ``` | /shared/influxdb3-query-guides/sql/explore-schema.md |