Hi
I have a table which contains a field that can be set to either a or b (it may be expanded in the future so it's not a bit field). I want to select the count of the occurances of each- eg. for this particular username there are 3 a's and 1 -in one SQL query b (currently I'm using 2). Can anyone help?
I have a table which contains a field that can be set to either a or b (it may be expanded in the future so it's not a bit field). I want to select the count of the occurances of each- eg. for this particular username there are 3 a's and 1 -in one SQL query b (currently I'm using 2). Can anyone help?