tables are here :
i want to write ;
match 1: jonathan vs jenny ,
match 2: sam vs ruby,
match 3: arif vs pamee
I tried lots of queries but failed to accomplish it.
SELECT table1.boy_id, table1.girl_id, table1.ID, table2.id, table2.name, table2.score
FROM table1
INNER JOIN table2