influxdb-nodejs icon indicating copy to clipboard operation
influxdb-nodejs copied to clipboard

How to use ql to fuzzy query?

Open yifancong opened this issue 4 years ago • 1 comments

influxdb fuzzy query use =~ ,for example: where "duration" =~ /5\d{2}/ , so ,how to use ql.where to show =~ ?

yifancong avatar Dec 04 '20 05:12 yifancong

https://vicanso.github.io/influxdb-nodejs/QL.html#where

vicanso avatar Dec 04 '20 13:12 vicanso