IN MY SQL display the number of titles, as well as the names of each of the titles for each of the different genre categories

前端 未结 0 1534
清酒与你
清酒与你 2020-11-29 08:36

SELECT title, count(distinct title) from movies;

not sure what the problem is wanting. By number does it want how many titles there are and the title for each categor

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