To match values starting with a text like 'a', followed by any other text, we place the wildcard at the end like 'a%'.
'a'
'a%'
Make sure to pick a, followed by %.
a
%