Author Login
Post Reply
In Section 2.7.4.1. JPQL Aggregate Examples of the latest OpenJPA manual
http://openjpa.apache.org/docs/latest/manual.html
has this example query
SELECT SUM(mag.price) FROM Publisher pub JOIN pub.magazines mag
pub.firstName = 'Larry'
Shouldn't there be a WHERE token between mag and pub.firstName?
--
Sent from the OpenJPA Users mailing list archive at Nabble.com.