say i do a select statement and I get 5 record sets returned. each record set has a different number of variables ie.
r1 - xyz123, udf432, asf909, lkj011
r2 - kjf092, sdf092
r3 - dsf025, dsl985, fds986
r4 - sdf021
r5 - dsa349, fds543, xcv941, fiz091, fgs431, oiz012
what i'd like to do, is...
Here's my dummy table:
page ip mark
pageA 127.0.01 n
pageA 127.0.01 c
pageB 128.42.52 n
pageB 128.42.52 c
pageB 128.42.52 c
pageB 328.3.11 n
pageB 328.3.11 c
pageC 228.2.01 n
i'd like to run a count(distinct ip), group by page but also be able to
extract how many distinct by page...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.