> Basically it boils down to the fact that with SQL you have to use some other 
> way of telling
> each group apart other than position (or interposition, as you say in your 
> example). The fact
> that you have entries in your table from user1, user1, user2, user1, user2, 
> user3, and user1
> doesn't necessarily mean that user1 logged off each time so that user2 or 
> user3 could login,
> does it? If that's actually the case, assign a unique tracking number to each 
> login event and
> group your activities by that.
There are no logins; it's one page linked to by an AIM profile, and
the only reason someone would come twice is if they refreshed the
page.  So I can't group them in the query?

--
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:    http://lists.mysql.com/[EMAIL PROTECTED]

Reply via email to