Ordering products by most popular (count table and join to another with sort) - sqlalchemy

后端 未结 0 589
野趣味
野趣味 2021-01-13 13:36

Im having trouble working with ORM sqlalchemy (flask-sqlalchemy)

I have these two db models

class Stock(db.Model):
    id = db.Column(db.Integer, prima         


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