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