Home
The Toolkit for Online Communities
15889 Community Members, 0 members online, 2039 visitors today
Log In Register

Forum OpenACS Development: Re: query that shows connection betwen objects...

OpenACS Home : Forums : OpenACS Development : Re: query that shows connection betwen objects... : One Message

+
Posted by David Kuczek on
Hey Tom, I am looking for a friendster style query that shows how one user (object_id_1) is related to another user (object_id_2) via my objects table (ala 6 degrees of separation)...

An example:

object_id_1  object_id_2
1              2
2              3
3              4
4              5

1 is related to 5 via 2,3,4...