MySQL Forums
Forum List  »  Performance

Re: Select Query and Two Tables
Posted by: Steve Royle
Date: December 07, 2016 05:05AM

Hi Peter,

Thanks for helping me with this, after more reading/tweaking this worked

Thanks again
Steve

SELECT *
FROM `a`
LEFT OUTER JOIN `b` ON `a`.`email` = `b`.`email`
WHERE `b`.`email` IS NULL

Options: ReplyQuote


Subject
Views
Written By
Posted
1185
December 05, 2016 09:43AM
1134
December 05, 2016 11:01AM
Re: Select Query and Two Tables
782
December 07, 2016 05:05AM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.