select * from toys where colour like '_e_'; select * from toys where colour like '%e%'; select * from toys where colour like '%_e_%';