Sign in
apache
/
doris
/
refs/heads/fix-null-offset-array
/
.
/
regression-test
/
suites
/
github_events_p2
/
sql
/
whatIsTheBestDayOfTheWeekToCatchAStar.sql
blob: 0268597dc638c588c2014f9d782bf85de487ab51 [
file
]
SELECT
dayofweek
(
created_at
)
AS
day
,
count
()
AS
stars
FROM
github_events
WHERE
event_type
=
'WatchEvent'
GROUP
BY
day
ORDER
BY
day