MySQL выберите, где содержит текст

SELECT *
FROM `table`
WHERE `column` LIKE '%{$needle}%'
Impossible Ibis