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? -- View this message in context: http://n2.nabble.com/Typo-in-OpenJPA-manual--tp788181p788181.html Sent from the OpenJPA Users mailing list archive at Nabble.com.
