Quantcast
Channel: InfluxDB - Grafana Labs Community Forums
Viewing all articles
Browse latest Browse all 199

Comparing string date fields in Influxql

$
0
0

Grafana: 10.0.2
InfluxDB: 1.8.10-1
OS: Ubuntu

I hope this is the correct place to ask. Apologies if not.

I am trying to query data from InfluxDB in Grafana ‘Explore’ in influxql.

I would like to compare a string field ‘AvailableDate’ against the time stamp of the data itself (time). This field is in MM/DD/YYYY format.

SELECT … WHERE time >= AvailableDate

Is there any way that I can cast this string to a timestamp format for comparison?

3 posts - 2 participants

Read full topic


Viewing all articles
Browse latest Browse all 199

Trending Articles