Does anyone know how to do the equivalent of the f...
# exposed
y
Does anyone know how to do the equivalent of the following in Exposed?
Copy code
SELECT * 
FROM my_table 
WHERE (col1, col2) IN ((1, 'apple'), (2, 'banana'), (3, 'cat'));