Menu

#7 No aggregate functions exist

open
nobody
None
5
2007-12-03
2007-12-03
No

For example, I can't sum up a collection of values easily:

sample code:

FORALL FruitBowl b
WHERE sum = sum(funmap(b.fruit{}, "price"))

or

FORALL FruitBowl b
WHERE sum = sum(b.fruit{}->price())

Discussion


Log in to post a comment.