Musoq icon indicating copy to clipboard operation
Musoq copied to clipboard

add timespan aggregation operators

Open Puchaczov opened this issue 1 year ago • 0 comments

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(...)

Puchaczov avatar Nov 28 '23 11:11 Puchaczov