1. Anuncie Aqui ! Entre em contato fdantas@4each.com.br

[Python] SQLAlchemy IN clause

Discussão em 'Python' iniciado por Stack, Outubro 8, 2024.

  1. Stack

    Stack Membro Participativo

    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.

    Continue reading...

Compartilhe esta Página