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? -

c# - How to set Z index when using WPF DrawingContext? -

c# - Cloning WPF controls and object hierarchies -