> 
> Table name "sti_tracking"
> 
> hitID (primary key) (autonumber)
> userID
> sessionID
> date
> time
> pageName

this might work
select userID,sessionID from sti_tracking where userID=999 group by
sessionID;



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

Reply via email to