A LIKE predicate in which a column is compared to a character string that
begins with a character constant (not a wildcard) is transformed
into three predicates: one predicate that uses the LIKE operator, one that
uses the >= operator, and one that uses the < operator. For example:
country LIKE 'Ch%i%'