Hacker News new | ask | show | jobs
by tczMUFlmoNk 410 days ago
ANY can be used with arrays, particularly query parameters: `id = ANY($1::int[])`, but not `id IN $1::int[]`.
1 comments

Oh that must be why I got into this habit.