I have a table containing the fields group_id and group_type and I want to query the table for all the records having any tuple (group id, group type) from
select * from table_name where 1=1 and (column_a, column_b) in ((28,1),(25,1))