sudhir mane commented on Improvement HHH-4907

Hi,

How to form the HQL query if columns used in "IN" clause are not key of the table?

For Example suppose I want to convert the below SQL query in HQL & set the parameters.
select * from table where (column1, column2 , column3) in (('A','B','C'),('D','E','F'));

This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira