Dear All,
What is the query to show tables in a database please?
Thanks a lot in advance
Dear All,
What is the query to show tables in a database please?
Thanks a lot in advance
Show Measurements; I think, correct?
Thanks
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