I need to create a predicate that does the equivalent of the following:
SELECT SUM(itemPrice) FROM InvItems
WHERE inStore = FALSE;
****
InvItems is the entity
itemPrice & inStore are attributes.
My underlying store is SQLite.
I've read through the "Predicate Programming Guide", and it seems to
imply that it can be done.
Thanks,
Charles
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Cocoa-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/cocoa-dev/email@hidden