node.js - InfluxDB composite query -
why function don't bring results? in influxdb.
select * items.movement time > now() - 7d , oldcontainerid='aaaaaa' , newcontainerid='aaaaaaa'
thanks.
i solved this:
select * series time > now() - 7d , newcontainerid = 'aaaa' limit 100; select * series time > now() - 7d , oldcontainerid = 'aaaa' limit 100
Comments
Post a Comment