How to select a book genre which are borrowed the most

前端 未结 0 1579
野性不改
野性不改 2021-01-18 00:58

I have a table called books, and I have to select a book_genre which is borrowed the most(times_borrowed):

SELECT book_genre FROM books WHERE times_borrowed =         


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