diff --git a/content/shared/influxdb3-cli/create/table.md b/content/shared/influxdb3-cli/create/table.md index 97c5a37ce..8e2c2d272 100644 --- a/content/shared/influxdb3-cli/create/table.md +++ b/content/shared/influxdb3-cli/create/table.md @@ -98,13 +98,12 @@ Use the `SHOW TABLES` query to verify that the table was created successfully: ```bash influxdb3 query \ - --database DATABASE_NAME \ + --database my_test_db \ --token AUTH_TOKEN \ "SHOW TABLES" Example output: -```bash +---------------+--------------------+----------------------------+------------+ | table_catalog | table_schema | table_name | table_type | +---------------+--------------------+----------------------------+------------+