Select from any of multiple values from a Postgres field April 8, 2024 by Tarik You are describing the functionality of the in clause. select * from word_weight where word in ('a', 'steeple', 'the');