Joining the result of two queries mysql

后端 未结 5 680
刺人心
刺人心 2021-01-20 16:06

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

re

5条回答
  •  灰色年华
    2021-01-20 16:59

    use temporary tables for the first two tables then use them to do the join but i guess you may have problem because there is no common attribute to join upon unless you wish to use the ids of the tables if they happen to match

提交回复
热议问题