<text predicate > ::= <attribute name > [ NOT ] LIKE <character pattern > For example: attribute like '%contains_this%' attribute like 'begins_with_this%' attribute like '%ends_with_this' attribute like 'd_ve' will match 'dave' or 'dove' attribute not like '%will_not_contain_this%' attribute not like 'will_not_begin_with_this%' attribute not like '%will_not_end_with_this'@author Mauricio Pazos (Axios Engineering) @since 2.5 @source $URL$
|
|
|
|
|
|
|
|
|
|
|
|