updating verification example to be more precise
parent
fa8e6114f9
commit
c60766be3e
|
@ -98,13 +98,12 @@ Use the `SHOW TABLES` query to verify that the table was created successfully:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
influxdb3 query \
|
influxdb3 query \
|
||||||
--database DATABASE_NAME \
|
--database my_test_db \
|
||||||
--token AUTH_TOKEN \
|
--token AUTH_TOKEN \
|
||||||
"SHOW TABLES"
|
"SHOW TABLES"
|
||||||
|
|
||||||
Example output:
|
Example output:
|
||||||
|
|
||||||
```bash
|
|
||||||
+---------------+--------------------+----------------------------+------------+
|
+---------------+--------------------+----------------------------+------------+
|
||||||
| table_catalog | table_schema | table_name | table_type |
|
| table_catalog | table_schema | table_name | table_type |
|
||||||
+---------------+--------------------+----------------------------+------------+
|
+---------------+--------------------+----------------------------+------------+
|
||||||
|
|
Loading…
Reference in New Issue