influxdb/query/influxql/testdata/Subquery_4.influxql

1 line
71 B
Plaintext

SELECT mean(f) FROM (SELECT f, t0 FROM m WHERE t1 = '0') WHERE t0 = '0'