``` const q = `SELECT ${allColumns} ${allFrom} WHERE v.ID IN (${VerseID})`;``` Instead of directly writing VerseID, need to seralize this input and send as query parameter _Originally posted by @Gauravjeetsingh in https://github.com/KhalisFoundation/banidb-api/pull/268#discussion_r1236746953_