SQL Query to return count of Author, Customer for list of Books

前端 未结 0 1118
无人共我
无人共我 2021-01-16 15:17

trying to segregate the Authors and Customer count with respective to book

select Book, count(Author) as Author, count(Customer) as Customer from Books group by Book

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