Use NOT and 'b%' to select items with a manufacturer not starting with the letter b.
NOT
'b%'
manufacturer
b
Make sure to type NOT LIKE 'b%'.
NOT LIKE 'b%'