How to run queries in sqlalchemy ORM?

后端 未结 0 1423
死守一世寂寞
死守一世寂寞 2021-01-20 10:51

How to get the data for this query in sqlalchemy:

a = connection.session.query(Contato.contato_nome, Contato.id, Endereco.endereco).\\
    join(Usuario, Conta         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题