How can a do a “greatest-n-per-group” query in django?

后端 未结 3 1823
有刺的猬
有刺的猬 2020-12-17 22:20

(This is the django version of the thread at SQL join: selecting the last records in a one-to-many relationship)

Suppose I have a table of customers and a table of p

3条回答
  •  执笔经年
    2020-12-17 23:21

    You can take a look at similar discussion:

    Django Query That Get Most Recent Objects From Different Categories

提交回复
热议问题