Join Slack
Powered by
Does anyone know how to do the equivalent of the f...
# exposed
y
yen
12/10/2018, 8:57 AM
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'));
t
tapac
12/10/2018, 8:59 AM
https://github.com/JetBrains/Exposed/issues/373#issuecomment-414123325
💯 1
2
Views
Open in Slack
Previous
Next