% needs to be escaped with \
https://docs.mendix.com/refguide9/oql-operators/
City LIKE '%dun' returns all the cities with names that end with ‘dun’, like ‘dun’ and ‘Losdun’.
Symbol LIKE '%\%' returns all the symbols that end with the % special character.