Is there a way to use IN_ operator with LIKE in SQLalchemy queries?

前端 未结 0 1683
被撕碎了的回忆
被撕碎了的回忆 2021-01-28 16:34

Can I use LIKE with a list, the filter would be similar to session.query(Object).filter(Object.column.in_.like([\'somthing%\',\'somthingelse%\'])

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