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

Popular posts from this blog

javascript - three.js lot of meshes optimization -

smartface.io - Proper way to change color scheme for whole application -

Email notification in google apps script -