Hi all. I have two questions: 1. Here is my sql string: select 'xxx', TABLE_A.column1 from TABLE_A; there is a string 'xxx' as a constant value, how to translate it to JPQL?
2. Another sql used under oracle: select TABLE_A.column1 from TABLE_A where rownum<10; how to limit range of result in JPQL or jpa? -- View this message in context: http://www.nabble.com/How-to-write-it-in-JPQL-tf2951160.html#a8253611 Sent from the open-jpa-dev mailing list archive at Nabble.com.