Microsoft
Software
Hardware
Network
Question : SQL syntax for MySql query
Hi,
I am running MySql 5.0.67. I have two tables. Table one contains the details of participants who took part in an event last year. Table two contains participants that will take part in similar event this year. Some of the participants in Table two, may be in Table one. I am after a query that shows me the email addresses from Table two that are not in Table one. Any help would be greatly appreciated.
Thank you.
Answer : SQL syntax for MySql query
SELECT t2.Email
FROM Table2 t2 LEFT JOIN
Table1 t1 ON t2.Email = t1.Email
WHERE t1.Email IS NULL
Random Solutions
Cross organization external two way trust
No permissions for Database, but have .mdw file. How can I edit it t gain acces to Db?
That assembly does not allow partially trusted callers
TextBox and Validation Rule
routing and Remote access error
TC5730 Thin Client WES 2009 Terminal Services 2008 Single Sign On issue (0x507?)
Access 2007 Customized Ribbon button disappears in Runtime
How do I fix App log Event id 1202 warning. 0x534 error (Windows 2000 Server)?
Royal Flush Browser Test
How to create links in access tables