因为是在 nodejs 中使用的(基于 node-postgres) 不能直接使用 where in 功能 错误的用法 比如在原生 SQL 中的下面语句 1 2 select account from accounts where account in ('czr_3ijpzyoofukqrhjyqk5ma6c64m44fexc1idta7necszksbj6urfqq7yu3dsy','czr_1aptm6u579y1gx548hj7nmehtu3jmduxmp9pwm4abxyiartcd5kd4ofw1dyd') 转成 where 如下 1 2