M
Martin Payne
I have a table of records, 'timer_vals', that contains a large number
of records each of which has an integer value between 1 and 10,
'measured_val', and a time value, 'measurement_time'. The range for
measurement_time over all records is 1 hour (all measurements were made
within the period of an hour).
How do I go about writing an SQL statement that will tell me what the
average measured_val was for each minute of that hour (the result set
should contain 60 records)?
Thanks in advance,
Martin
of records each of which has an integer value between 1 and 10,
'measured_val', and a time value, 'measurement_time'. The range for
measurement_time over all records is 1 hour (all measurements were made
within the period of an hour).
How do I go about writing an SQL statement that will tell me what the
average measured_val was for each minute of that hour (the result set
should contain 60 records)?
Thanks in advance,
Martin