I'm using influxdb 2.0 to store stock history data.
I use ticker
as tag name and AAPL
(GOOG.. etc..) as tag value to store stock history candle data.
Now, I want to get a tag all values by flux language in my program. In other words, get all values of tag ticker
for getting all stock symbols.
But I don't know how to do this. I have search google but all answer that I found is talking about influxdb 1.x not the 2.0.