Re: How do i get a count of max items?

From: Alexander Kuznetsov <Alexander.Kuznetsov_at_marshmc.com>
Date: 24 Oct 2002 12:21:25 -0700
Message-ID: <ac5bc7c1.0210241121.53b4d64e_at_posting.google.com>


Hi Rob,

have you tried

Select Count(MachineID), OS, NumProcs, ProcType FROM ...
GROUP BY OS, NumProcs, ProcType Received on Thu Oct 24 2002 - 21:21:25 CEST

Original text of this message