Musoq
Musoq copied to clipboard
add timespan aggregation operators
I need Sum(Timespan) aggregate function:
select Sum(TimeSpan) from ... group by 'something'
also would be helpful to have functions like:
select Min(DateTime1, DateTime2, ....), Max(...)