LIKE is not working in retool for mysql

The problem may be the single quotes surrounding the retool code and not LIKE.

What @ScottR said,

your query should look like this:

... LIKE {{'%' + textInput35.value + '%'}}