Having a list of 3-tuples :
[(a, b, c), (d, e, f)]
I want to retrieve all the rows from a table where 3 columns matches the tuples. FOr thi
Would anyone consider creating an extra key in the original table ? i.e. create a new column with "1"-"2"-"3" instead of another table and check for the uniqueness.