How to use GroupConcat on subquery in Django

后端 未结 0 1746
眼角桃花
眼角桃花 2020-12-15 07:30

I\'ve got an app storing played music on different musicstations. My models looks like these:

class PlaylistItem(models.Model):
    played_at = models.DateTim         


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