Docs/removing outdated versioning info in OSS data source docs (#96351)

docs/removing outdated versioning info in oss data source docs
This commit is contained in:
Jacob Valdez 2024-11-12 14:55:05 -06:00 committed by GitHub
parent 750a0bed71
commit f83f7332a1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -428,9 +428,7 @@ SELECT hostname FROM my_host WHERE hostname LIKE '$__searchFilter'
### Using Variables in Queries ### Using Variables in Queries
From Grafana 4.3.0 to 4.6.0, template variables are always quoted automatically. If your template variables are strings, do not wrap them in quotes in where clauses. Template variable values are only quoted when the template variable is a `multi-value`.
From Grafana 4.7.0, template variable values are only quoted when the template variable is a `multi-value`.
If the variable is a multi-value variable then use the `IN` comparison operator rather than `=` to match against multiple values. If the variable is a multi-value variable then use the `IN` comparison operator rather than `=` to match against multiple values.