Re: [Hibernate] Problem with order by - SQL

2003-10-18 Thread David Morris
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

[Hibernate] Problem with order by - SQL

2003-10-17 Thread alejandroariel76
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