Files
me50/12.sql
2026-04-13 13:22:54 +00:00

3 lines
94 B
SQL

-- count the number of unique episode titles.
SELECT COUNT(DISTINCT "title") FROM "episodes";