I can run an aggregate function to count the number of things in a group.
I want to update each of the members of the group if say the group has
more than say 5 members. I can get the aggregate function to work. The update
query works. How do I combine the two?