Hello All,
I have a file FILEA with the fileds A,B,C. I need the count for the each field in single SQL statement. Is it possible to get it ?
Report should be as follows
A B C
Count(A) Count(B) Count(C)
I have a file FILEA with the fileds A,B,C. I need the count for the each field in single SQL statement. Is it possible to get it ?
Report should be as follows
A B C
Count(A) Count(B) Count(C)
Comment