Postgres

DB

複数のデータを一括で指定したい whereで大なり小なりを使う select * from table where id >= 0 and id in演算子 select * from table where column in(データ, データ, ...);