automated commit by check50 [check50=True]

This commit is contained in:
daviddoji
2026-04-13 13:22:54 +00:00
parent e61ef8e793
commit 3bcd48f745

1
12.sql
View File

@@ -1 +1,2 @@
-- count the number of unique episode titles.
SELECT COUNT(DISTINCT "title") FROM "episodes";