Where clause efficiency using "IN"

Поиск
Список
Период
Сортировка
Just a quick general question:  Can someone comment on using where
clauses like:

(sample = 2 OR sample = 3 OR sample = 4)

as compared to

sample in (2,3,4)

in terms of efficiency?

Thanks,
Sean


В списке pgsql-novice по дате отправления: