sql - Using sum(), count(), and "group by" in Berkeley DB -


how use sum(), count(), , group by in berkeley db? there alternative way?

which api using? if you're using key/value api, need implement functions yourself, scanning database using cursor. if using sql api, can "select sum(), count() ... group ..." sql statement.

you may want post questions berkeley db forum.


Comments

Popular posts from this blog

razor - Is this a bug in WebMatrix PageData? -

iphone - Requiring the presence of a method in an id -

xslt - Is it possible to select a node that just includes a subset of the child nodes? -