[text] sql

Viewer

  1. SELECT
  2.   customer_id,
  3.   category_name,
  4.   COUNT(*) AS rental_count
  5. FROM the_next_level_down
  6. GROUP BY
  7.   customer_id,
  8.   category_name

Editor

You can edit this paste and save as new:


File Description
  • sql
  • Paste Code
  • 28 Apr-2024
  • 137 Bytes
You can Share it: