Executing a query on a ResultProxy object

后端 未结 0 1499
星月不相逢
星月不相逢 2020-11-30 22:30

Is it possible to execute a new query on the result of an SQLalchemy query in Python ?

I have something like this :

dbm = Session()
result = dbm.execut         


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