0

I'm looking for a way to visualize all the available values for one specific tag ("pair" in the picture) I understand that I can manually create individually, but I'm not sure if there's a better for this

Thanks in advance

enter image description here

nkt
  • 383
  • 1
  • 6
  • 12

1 Answers1

1

You can group by the tag of interest.

So, here you can insert "tag(pair)" to the GROUP BY part. Remove it from the where clause as well.

Bibek Mishra
  • 180
  • 1
  • 15