Converting from PSQL to SQL Alchemy

后端 未结 0 1724
小鲜肉
小鲜肉 2021-01-22 17:34

I\'m new to SQLAlchemy, and I would like to convert this PSQL query:

SELECT product.*
, COUNT(feedback.like) FILTER (WHERE feedback.like = \'1\') AS like 
, COUNT         


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