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 to convert Arraylist to comma delimeted string
Format Dynamically created datagrid's column to currency
Excel 32 bit on XP Pro 64 bit ODBC connection...
windows 2000 server - credentials confllct
How to Access USB External Hard Drive from Command Prompt
Corrupt Administrator Profile on W2003 server running exchange, w/exchange db running on SAN attached as X:
How to resolve Blue Screen with errorcode 0x80899707 on SBS 2003?
Excel Instances- Refering to the Instance in VBA
How to tel an MFC app the location of an external DLL?
'Day' is a type and cannot be used as an expression