I’m trying to do this query in sqlalchemy

SELECT id, name FROM user WHERE id IN (123, 456)

I would like to bind the list [123, 456] at execution time.

6 Answers
6

Leave a Reply

Your email address will not be published. Required fields are marked *