Hi,
got a problem formulating sql query.
I got a table with datetime column and a double(float) column.
I set datetime interval, then the interval gets broken down to n equal timespans, then i select the minimum value row from interval.
end result is n rows with minimum double value, one each from each timespan..
any ideas??
with regards
Fr.
got a problem formulating sql query.
I got a table with datetime column and a double(float) column.
I set datetime interval, then the interval gets broken down to n equal timespans, then i select the minimum value row from interval.
end result is n rows with minimum double value, one each from each timespan..
any ideas??
with regards
Fr.
Comment