How can I write an update query with IN clause with SQLAlchemy with same efficiency as of plain SQL

后端 未结 0 1500
北海茫月
北海茫月 2021-01-25 14:09

I want to write the following SQL query efficiently with SQLAlchemy.

UPDATE item_recs
    SET deleted_at = :deleted_at 
WH         


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