mysql Wybierz, gdzie zawiera tekst
SELECT *
FROM `table`
WHERE `column` LIKE '%{$needle}%'
Impossible Ibis
SELECT *
FROM `table`
WHERE `column` LIKE '%{$needle}%'