Since % matches any text of any length, we can match all items' first_name values using only '%' as a pattern.
%
first_name
'%'
Make sure to type '%'.