Forum Moderators: open
I now want to group all the pageids from all sessions and list in order of popularity
I'm using sql2000
In pseudo code it's select count(select distinct pageid)) or something like that.
Just to clarify, the table looks something like this:
page_id session_id rdate
2537 812519356 1/18/2006 8:00:14 AM
7063 812524306 1/18/2006 8:22:07 AM
7063 812527295 1/18/2006 8:42:33 AM
Any ideas?