E
E
ekzotika2020-12-18 18:01:01
Django
ekzotika, 2020-12-18 18:01:01

How to translate this request to Django ORM?

select user_id, count(*)
from e_order
group by 1
having count(*) > 1


How to translate this request to Django ORM?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
D
Dr. Bacon, 2020-12-18
@bacon

https://docs.djangoproject.com/en/3.1/topics/db/ag...

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question