Обсуждение: IN list and OR processing

Поиск
Список
Период
Сортировка

IN list and OR processing

От
Bruce Momjian
Дата:
I saw this in the Ingres list.  It describes exactly how we process 
SELECT * FROM tab WHERE col IN (1,2,3,4)

and describes a problem we could have if the list is large.

---------------------------------------------------------------------------