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
White Screen in SCCM 2007 Remote Tools after update
How do you Clone a Custom List Item
2008 R2 Connection Broker Load Balancing
I need to capture the output of the datagrid grdAttendees and record each Members Email Address.
How to get application path in VB.NET ?
what are the rules in windows 7 with CAL's with terminal server connections?
Using System.IO.Directory.GetFil<wbr />es in VB.NET
Slow ODBC connection from PHP through IIS to Sql Sever 2005
PowerPoint 2007 Template Ribbon Macro won't run
How to resolve this error