0

How do I escape the column name 'group'? Grafana is using this as a filtering keyword rather than the column name.

enter image description here

Jonathan Hall
  • 75,165
  • 16
  • 143
  • 189
litterbugkid
  • 3,534
  • 7
  • 36
  • 54

1 Answers1

0

If you put double quotes around the group in the where clause, it fixes the issue.

litterbugkid
  • 3,534
  • 7
  • 36
  • 54