Hello,
I've tried to search solution for selecting name from table1, for table2 id's.
Table structures are like
table1 (persons):
id
name
created
table2 (linking):
sup_id
emp_id
where sup_id is id from table1, and emp_id is id from table1.
Can I directly replace those ID:s with correct person names from table1?