Hi,
I'm trying to do a group by _expression_ such as the following,
Select a,b,c, sum(d)
From line_items
Group by a,b,c
Order by a,b,c
So far I've received castor syntax exceptions reading the comma's (I'm aware most of the select objects are the generated objects). What would the java,xml and mapping look like for something like this ?
Thanks,
Sunit
-----------------------------------------------------------
If you wish to unsubscribe from this mailing, send mail to
[EMAIL PROTECTED] with a subject of:
unsubscribe castor-user
