| Author |
Use alias in query
|
fabian verbeek
Ranch Hand
Joined: Oct 20, 2012
Posts: 52
|
|
Hi,
I'm new in hibernate and i would like concat 2 fields and put in an alias
like this i mysql:
SELECT CONCAT(a,b) AS c from table ORDER BY CONCAT(a,b)
How can i use this in the query hibernate
Query q = session.createQuery("FROM table order by ?");
thanks for your help
|
 |
 |
|
|
subject: Use alias in query
|
|
|