2009/5/21 Jhosef Marks <jhosef em gmail.com>: > Select * from TABELA where CAMPO1, CAMPO2, CAMPO3 IN ([1,1,2], [2,3,2], > [1,2,2]) Acho que esta expressão IN não é válida. Tente: where ((campo1=1 and campo2=1 and campo3=1) or (campo1=2 and campo2=2 and campo3=3)) hth, -- Douglas Tosi www.sinatica.com