Level 75
The percentage ( % ) wildcard matches any string of zero or more characters.
https://dev.mysql.com/doc/refman/8.0/en/pattern-matching.html
Be part of JetBrains PHPverse 2026 on June 9 – a free online event bringing PHP devs worldwide together.
I am looking at the query builder, I don't understand the character "%" what is it?
where('id', 'like', '%' . $_data['q'] . '%')
Please or to participate in this conversation.