Hi, I am trying to use restrictions with ICriterion to generate below query
Select col1 from table where (col1=1 or col2=2) Or (col3 is null and col4 is null ) and col5=6 Issue facing to add OR condition between first set and second set of where clause Can you please provide any help, which will help for me Thanks & Regards, Ayyappa Kolli. -- You received this message because you are subscribed to the Google Groups "nhusers" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/nhusers?hl=en.
