Hi,
I would like to know if there is any way of counting the number of tuples in a table without actually using the COUNT function?
A B C
XXXX YYYY IIII
XXXX SSSS PPPP
RRRR TTTT FFFF
KKKK AAAA BBBB
If I would like to know how many times XXXX has appeared without using COUNT. Is is possible?