Matching process , issue with query
- by Blerta Blerta
i have this code which helps me match two different tables.. now, each of this tables, has a epos_id and a rbpos_id ! I have another table which has pairs of rbpos_id and epos_id, something like:
id | epos_id | rbpos_id
1 a3566 465jd
2 hkiyb rbposi
When i join this other table, i need to check this condition, i mean, the matching…