I have two tables, and they have three column in common as shown below:
table 1
It is simple join
select t1.* from t1 join t2 on t1.id2 = t2.id2 and t1.id3 = t2.id3
1.4m articles
1.4m replys
5 comments
57.0k users