Hacker News new | ask | show | jobs
by gottorf 1028 days ago
The other place where `ANY(array)` is useful is when interfacing with Postgres from code, where you will quickly find that building a `IN (?)` query from an array is disgusting, if not impossible.