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
How do I retrieve text from a website
How do I allow access to certain websites only?
SQL 2005 Database Mail Fails When Sending Through Exchange 2003
Certreq in Windows 2003 Server (Certificate Authority)
French & Office
Log Getting Filled in SQL Server
How can I delete cells and still preserve the formulas in other cells?
SUS and WSUS --- Best practice and set up and configuration
Windows Vista won't recognize CD or DVD disks.
Defining a SourceWorkbook dynamically