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
Post a Comment