Menu

#6 only handle up to 3 aggregates/statement

open
5
2014-08-25
2002-09-10
Wei Hong
No

TinyDB appears to only handle up to 3 aggregates in
each statement. Sam conjectures that it's due to the
127 byte max allocation size limitation.

The following statement does not work:
select count(light),max(temp),min(voltage),sum(nodeid)

Discussion

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.