0

How can I get the current database name in Influx?

For example, we use SELECT DATABASE(); in MySQL to get the db. Do we have any similar function in Influx?

Anurag Srivastava
  • 14,077
  • 4
  • 33
  • 43
Surajit Kundu
  • 455
  • 1
  • 7
  • 17
  • 1
    Excuse my French, but RT*M: https://docs.influxdata.com/influxdb/v1.7/introduction/getting-started/ – Markus W Mahlberg Oct 29 '19 at 20:18
  • Re: Excuse my French, but RT*M: docs.influxdata.com/influxdb/v1.7/introduction/getting-started ------------- But I don't see any function there to show the current database, so your tone is not justified. – Ben Slade Aug 11 '20 at 15:29

1 Answers1

0

As far as I can tell, there's no command to show the current database.

Ben Slade
  • 478
  • 5
  • 11