Is it posible to do a math problem inside a createCriteria?
For example:
If in my table I have two columns, if the two together make 100 I don't want to show it in my result of the query
or
if the other column is in other table?
table
column 1 column 2
50 50
20 20
I want the second row
or
table 1 table 2
50 50
20 20