Hello,
Comparing two tables and listing those that are out of sync
Table_1
id----teklif_id
1----15
2----23
3----28
4—33
Table_2
id----teklif_id
1—23
2----33
Output
teklif_id: 15
teklif_id: 28
How can I do that?
I searched but could not understand from what I found