blob: 01dd542419e57d4e5f8cb5ff4962dcfee8e55be9 [file] [log] [blame]
SELECT
dt,
sum(xy) over(partition by round(dt))
FROM
sum_example;