I need to do a query where I need to find all people who have done 2 events
within a range. I currently log one row per an event.

Example:
Person,Date,ViewedUrl
1,2012May10,google.com
2,2012May10,yahoo.com
1,2012May13,yahoo.com
2,2012May13,google.com

Sample request would be wanting to find all people who viewed
yahoo.comwithin a week of viewing
google.com, so I would want to return 1 group of values for person 1.

Any idea's?

Thanks,
Mike

Reply via email to