Manage tables
Manage tables in your InfluxDB Cloud Dedicated cluster. A table is a collection of related data stored in table format.
In previous versions of InfluxDB and in the context of InfluxQL, tables are known as “measurements.”
Create a table
Use the influxctl table create
command to create a new table in a specified database your InfluxDB cluster. Provide the database name and a table name.
influxctl table create <DATABASE_NAME> <TABLE_NAME>
List tables
Use the SHOW TABLES
SQL statement or the SHOW MEASUREMENTS
InfluxQL statement to list tables in a database.
SQL
SHOW TABLES
InfluxQL
SHOW MEASUREMENTS
Was this page helpful?
Thank you for your feedback!
Support and feedback
Thank you for being part of our community! We welcome and encourage your feedback and bug reports for InfluxDB and this documentation. To find support, use the following resources:
Customers with an annual or support contract can contact InfluxData Support.