Hi!
Does subquery's need something special properties?
David says in:
http://forum.hibernate.org/viewtopic.php?t=927245
.. that "HQL will be converted approrpriately to multiple SQLs if subselects are not supported
by the dialect.", but still i get following exception message:
SEVERE: Syntax error or access violation, message from server: "You have an error in your SQL syntax. Check the manual that corresponds to your MySQL server version for the right syntax to use near ( ripped. )
I use hibernate 2.1.1, mysql-connector-java-3.0.8-stable-bin driver (from
www.ibiblio.com/maven/...), and mysql 4.0.18-2 (debian dpkg).
Artsi