Guest User

Untitled

a guest
Nov 19th, 2017
362
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.32 KB | None | 0 0
  1. mysql> SELECT title, genre, count(*) FROM films GROUP BY genre;
  2.  
  3. +-------------------+----------+----------+
  4. | title | genre | count(*) |
  5. +-------------------+----------+----------+
  6. | Arrival | scifi | 1 |
  7. | Blade Runner 2049 | thriller | 2 |
  8. +-------------------+----------+----------+
Add Comment
Please, Sign In to add comment