SQLのIN句
code:sql
where country in('Australia','Japan','Spain');
複数のORの略記
ここに
subquery
も書ける
WHERE .. IN (SELECT .. FROM ..)