logoalt Hacker News

tczMUFlmoNkyesterday at 6:28 AM1 replyview on HN

ANY can be used with arrays, particularly query parameters: `id = ANY($1::int[])`, but not `id IN $1::int[]`.


Replies

frollogastonyesterday at 10:08 PM

Oh that must be why I got into this habit.