IBM added support for that syntax with V5R2. You could also intercept the order by
clause where it is built or where it is used and strip out the table. That change
shouldn't take too long.
David Morris
>>> <[EMAIL PROTECTED]> 10/17/2003 1:15:45 PM >>>
Hello hibernate boys,
I'm new with hibern
Hello hibernate boys,
I'm new with hibernate and i'm having a problem with a SQL formed by it.
The SQL formed by hibernate says
"Select ent.desc as desc
From art as ent
Order by ent.desc"
And when the program runs it give me and SQL exception with the text
"invalid column name" becouse t