Useful when comparing tuples. Desired behaviour: ```py p = Parameters(p=[(1,2), (2,3)]) ``` ```sql select * from blah where (a, b) in {p} ```