Show tables in a database

Dear All,

What is the query to show tables in a database please?

Thanks a lot in advance

Show Measurements; I think, correct?
Thanks

@jwang

Yes, log into the database via terminal then with the following commands:

use databasename

It will say ‘Using database name’

Then you can run SHOW MEASUREMENTS and SHOW RETENTION POLICY

thanks a lot indeed.

it should be SHOW RETENTION POLICIES

1 Like