Hello
having a DB full of names(band names) wished by people, im now stuck with howto sort hthis DB so i can output something usefull.
DB Table {id, bandname, date}
I would like to have it sorted so i get a count of each band name:
'band name XXX", "count"
'band name YYY", "count"
and so on, but how in hell do i sort that name and get a accurate count, when the name can be just about anything.