It looks like array not working. If I do like this: ``` const stmt = context.env.DTB.prepare('DELE

It looks like array not working. If I do like this:

const stmt = context.env.DTB.prepare('DELETE FROM Discounts WHERE id IN (?1)')
const response = await stmt.bind(1).run()


This works
Was this page helpful?