How to merge record that have column with the same value in Sqlalchemy?

后端 未结 0 1741
傲寒
傲寒 2021-01-19 09:36

now i try to query join table which have many-to-many relationship.

Table

subs = db.Table(\'subs\',
    db.Column(\'user_id\', db.Integer, db.ForeignKe         


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