SQL multiple columns in IN clause admin Posted on June 27, 2018 Posted in Oracle, sql Tagged with oracle, sql SELECT * FROM table1 WHERE (col_a,col_b) IN (SELECT col_x,col_y FROM table2) Share this:Click to share on Twitter (Opens in new window)Click to share on Facebook (Opens in new window) Related