With a pattern like 'a' we only match the item A, Milne, since 'A' is the only first_name with no letters beside 'a'.
'a'
A, Milne
'A'
first_name
Make sure to pick first_name, followed by LIKE, and finally 'a'.
LIKE