MySQL query that checks if column includes value

Does mysql-async support LIKE or RLIKE to check if a column includes a value? Been trying a way to figure it out but no luck.

Figured it out, just have to wrap the LIKE '%val%' in single quotes.

1 Like