mySQL query with IN

Hello,
The IN condition expects an array and not a comma separated list. You need to add:

{{"0,1,2,3".split(",")}}
1 Like