hi
i am using the select query with group by, so that i am getting records with more than one column so that i need to calculate the number of rows returned by the query for example
with my select ..group by i get the result as follows
userid count(*)
101 12
105 13
100 10
34 6
but i need to calculate number of rows returned so that my result is 4 kindly specify me with example
regards
yuvaraj
i am using the select query with group by, so that i am getting records with more than one column so that i need to calculate the number of rows returned by the query for example
with my select ..group by i get the result as follows
userid count(*)
101 12
105 13
100 10
34 6
but i need to calculate number of rows returned so that my result is 4 kindly specify me with example
regards
yuvaraj
Comment