Displaying 1 result from an estimated 1 matches for "repeating_groups".
2008 Aug 01
2
Is this a many to many relationship??
So i have one table of data,  each data object has two owners from the
users table.
so it''s
data table
id owner1_id owner2_id
---------------------
5  1          2
10 1          2
owner table
id     name
---------------
1      bob
2      cornholio
so when i pull records from the data table for owner1_id how would i
access the name field of owner id 2?
-- 
Posted via