GROUP BY query
GROUP BY query
- Subject: GROUP BY query
- From: Musall Maik <email@hidden>
- Date: Tue, 07 Jun 2016 17:23:16 +0200
Hi,
what's the current best practice to execute a raw query like this?
SELECT COUNT(*), t0.a, t1.b
FROM foo a INNER JOIN bar b ON a.bref = b.bkey
WHERE …
GROUP BY t0.a, t1.b
Meaning, I don't have EOs in hand as a starting point. I've looked at ERXGroupingFetchSpecification, but the implementation seems to have been abandoned before completion.
Thanks
Maik
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden