Hi.I need to do a
select distinct userid from usertable,<more tables> where <conditions>;
and then count the rows in the result
How do I do that?