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
CreateFile in EVC
Is there a way of reverting from Windows 7 back to Windows XP? I have a Windows.old folder that has saved all of the main Windows XP folders
Access 2003 Queries wrongly prompting for parameters
sony pc vaio PCV-RS all CD/DVD error code 39
Import a TXT file with >255 fields into Access 2003
Sort by short month name in the Tablix
Reset user's password VBA
Help, I accidently deleted "AutoExec.bat" from Command Prompt.
How do I find what updates have been applied to a computer
Microsoft Access Maximum Objects is 32768. What objects are counted?