I am most confused with this one, so i d better ask the experts!
These are the rows returned by a custom query of mine.
Col1 Col2 Result
Font Bold a
Font Bold b
Font Bold a
Font Italic a
Is there any way of using selecting count in the above (table) results in order getting this one?
Col1 Col2 ResultA ResultB
Font Bold 2 1
Font Italic 1 0
*Update:*The values that should be counted as results are a and b.
p.s. Unfortunately i cannot post the full schema of the table.