A
AndrewT
Guest
Probably quite an easy one!
I have a table:
amb_id
location
amb1_time
amb2_time
amb3_time
As three ambulances (sometimes) get sent to one call - I wish to create a query which calculates the minimum time an ambulance arrives at the destination.
ie.
amb_id = 143
location = high street
amb1_time = 68 (mins)
amb2_time = 73 (mins)
amb3_time = 59 (mins)
to return:
min_callout_time = 59
Many thanks for your time...
I have a table:
amb_id
location
amb1_time
amb2_time
amb3_time
As three ambulances (sometimes) get sent to one call - I wish to create a query which calculates the minimum time an ambulance arrives at the destination.
ie.
amb_id = 143
location = high street
amb1_time = 68 (mins)
amb2_time = 73 (mins)
amb3_time = 59 (mins)
to return:
min_callout_time = 59
Many thanks for your time...