I have two tables with below data
table 1
Id name company
1 aaa yyy
1 aaa bbb
table 2
Id designation
1 manager
1 manager
When I join these on ID, I get 4 rows but instead I want to get two rows.
target table:
↧