SQL/not in

解説 テーブルのカラムを操作
SQL
SELECT * FROM wines WHERE user_name NOT IN('aaa', 'bbb', null)