MySQL query to return most of the offered books in a month
I have the following MySQL table named "clauses":
- proposal_id
- offer_user (int
- book_clause (int)
- offer_date (Ymd)
Users are going to offer books every month, so there will be 50-100 books per month. I would like to know if there is a way to write a query that can return the most suggested books for a given month.
Thanks in advance.
+2
a source to share
2 answers