Answer the question
In order to leave comments, you need to log in
How to add a join with two conditions to a past join?
SELECT
*
FROM
`betaintranet`.`ad_stat_cleaned`
LEFT JOIN `ad_c` ON ad_stat_cleaned.bid = ad_c.bid
LEFT JOIN `total` ON ad_c.ban_type = ad_c.ban_type and ad_c.w_site = ad_c.w_site
WHERE
`date` = '2020-09-09'
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question