Hello towerbase,
i think my question is related with this topic so i am stating again here.
my question is, can i use "UNION ALL" and "JOIN" together?
here is my query:
SELECT e.name, jd.num_jobs job_done, jf.num_jobs job_failed, jd.avg_score score, IFNULL(jd.num_jobs, 0) + IFNULL(jf.num_jobs...