When I query
`> select uc from (select uc from (select sum(usageCount) as uc from cidMetrics 
group by cid) where uc > 10000)`

The result is:

name: cidMetrics
time uc
---- --
0    6.3858232e+07
0    9.576334e+06
0    3.37877e+07
0    20435
0    3.231056e+06
0    222637
0    2.659245e+06
0    1.5524067e+07
0    107422
0    5.835639e+06
0    2.62457676e+08
0    66189
0    445911
0    7.822122e+06
0    39588
0    134575
0    45006
0    1.0234932e+07
0    8.09876e+06
0    2.6232166e+07
0    39912
0    304978
0    19287
0    1.821506e+06

but, when I try to get the count of number of results of that query nothing is 
returned
`> select count(uc) from (select uc from (select sum(usageCount) as uc from 
cidMetrics group by cid) where uc > 10000)`

-- 
Remember to include the version number!
--- 
You received this message because you are subscribed to the Google Groups 
"InfluxData" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to influxdb+unsubscr...@googlegroups.com.
To post to this group, send email to influxdb@googlegroups.com.
Visit this group at https://groups.google.com/group/influxdb.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/influxdb/dfe626ed-553a-489f-ac7e-249babc55202%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to