I\'m using Hibernate. I wrote some native query because I need to use sub select statement.
Query looks like this:
SELECT sub.rownum FROM (SELEC
I guess there should not be a space after = , the operator should be written as =: (without any spaces)