I have problem:
for example query is
where to search = "1, 2, 3, 12, 22, 23";
$query=2
How to select row where one of the symbols is "2" ignoring "12" and "22"?
$query="select * from tablename where field regexp '2'";
??
not working 🙁 He also took row with 12 🙁