No, I didnt. But wrapping up with the parenthesis, it worked.
SELECT * FROM TEST.RVC_TEST WHERE (COLONE, COLTWO) IN ((1,2)) AND COLTHREE=3; SELECT * FROM TEST.RVC_TEST WHERE ((COLONE, COLTWO) IN ((1,2)) AND (COLFOUR=4)); On Mon, Sep 19, 2016 at 2:56 PM, Samarth Jain <sama...@apache.org> wrote: > Kumar, > > Can you try with the 4.8 release? > > > > On Mon, Sep 19, 2016 at 2:54 PM, Kumar Palaniappan < > kpalaniap...@marinsoftware.com> wrote: > >> >> Any one had faced this issue? >> >> https://issues.apache.org/jira/browse/PHOENIX-3297 >> >> And this one gives no rows >> >> SELECT * FROM TEST.RVC_TEST WHERE (COLONE, COLTWO) IN (1,2) AND COLTHREE >> =3 AND COLFOUR=4; >> >> >> >> >