Files
doris/regression-test/suites/variant_p2/sql/whatIsTheBestDayOfTheWeekToCatchAStar.sql

2 lines
125 B
SQL

SELECT dayofweek(created_at) AS day, count() AS stars FROM github_events WHERE type = 'WatchEvent' GROUP BY day ORDER BY day