automated commit by check50 [check50=True]

This commit is contained in:
daviddoji
2026-04-13 16:32:51 +02:00
parent 703d943fcb
commit 56089f396e

3
2.sql
View File

@@ -0,0 +1,3 @@
-- write a SQL query to list the average colors of prints by Hokusai that include “river” in the English title.
-- (As an aside, do they have any hint of blue?)
SELECT "average_color" FROM "views" WHERE "artist" = "Hokusai" AND "english_title" LIKE "%river%";