sbbrown9924
Technical User
I have an encounter database that logs all the important milestone times when a patient is seen in an ER. These times are TriageTime, InRoomTime, DischargeTime, etc.
How would I write a query that performs statistics (min, max, avg, stdev) on the DateDiff of two date fields in a table across all encounters?
How would I write a query that performs statistics (min, max, avg, stdev) on the DateDiff of two date fields in a table across all encounters?