Subject Re: Help with query?
Author sbussinger
> select client, versionnumber, min(timestamp)
> from your_table
> group by client, versionnumber

Thanks Milan! That's close to what I need, but doesn't return the
speed at which that download occured. Is there any way to get that as
well?

I really appreciate the help with this!