Joining the result of two queries mysql

后端 未结 5 644
刺人心
刺人心 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 17:10

    None of this (temp tables, joining two result sets) is necessary.

    You are much better off writing queries directly from your source tables. Not only for performance reasons (1 query is obviously better than 2 joined queries plus one), but for your understanding and progress.

自定义标题
段落格式
字体
字号
代码语言
提交回复
热议问题