updating verification example to be more precise

pull/6002/head
meelahme 2025-05-16 20:47:05 -07:00
parent fa8e6114f9
commit c60766be3e
1 changed files with 1 additions and 2 deletions

View File

@ -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 |
+---------------+--------------------+----------------------------+------------+