J
Jenny
I have a table with flow rate and datetime attributes.
I used a "select Min(flowrate) from table group by Datepart(day of
DateTime)" query to get the min flow rate every day. But I also want to know
the time for that minimum flow rate. But I don't want to use "Time" in
grouping by or aggregation function. The SELECT doesn't allow me to show the
Time. How can I get the time for the min flow rate?
I used a "select Min(flowrate) from table group by Datepart(day of
DateTime)" query to get the min flow rate every day. But I also want to know
the time for that minimum flow rate. But I don't want to use "Time" in
grouping by or aggregation function. The SELECT doesn't allow me to show the
Time. How can I get the time for the min flow rate?