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 ...
確定! 回上一頁