G
Guest
Hello,
I have the following columns in a tabel
A B
IBM x
IBM x
IBM x
SUN x
SUN x
SUN x
MAC x
Need to create a query that summarize column A by counting the nr rows.
A B
IBM 3
SUN 3
Mac 1
Regards,
I have the following columns in a tabel
A B
IBM x
IBM x
IBM x
SUN x
SUN x
SUN x
MAC x
Need to create a query that summarize column A by counting the nr rows.
A B
IBM 3
SUN 3
Mac 1
Regards,