For example, for SQL back ends '' would be substituded with "%" and instead of using '=' operator the system would substitude 'LIKE'. You use the normal '=' or 'eq' operator but the system uses LIKE and % under the covers. See TestSqlQuery.java for many examples of complex RQL ...