Joining the result of two queries mysql
问题 Without actually giving all the details of my query: Is there a way of joing the results of two separate queries on different tables? for example if i had a table result_table1 id name address 1 Joe 5 Street 2 Max 6 road 3 Jon 4 place result_table2 id occupation 1 Student 2 Lawer 3 Carpenter New table id name address occupation 1 Joe 5 Street Student 2 Max 6 road Lawer 3 Jon 4 place Carpenter If the first two tables were just tables I would use a left join, but the first two tables are