Chain a condition with '%a%' to also select items with a title containing the letter a.
'%a%'
title
a
Make sure to type title LIKE '%a%'.
title LIKE '%a%'