Guys

Any idea why this query will not work in 4.0.13

select batch_id from BATCH
where NOT EXISTS (select 1 from TXN where TXN.batch_id = BATCH.batch_id)

You have an error in your SQL syntax near 'EXISTS (select * from TXN where 
TXN.batch_id = BATCH.batch_id)' at line 1


thanks
*********************************************************************************************
This email and any attachments are confidential and intended for the sole use of the 
intended recipient(s).If you receive this email in error please notify [EMAIL 
PROTECTED] and delete it from your system. Any unauthorized dissemination, 
retransmission, or copying of this email and any attachments is prohibited. Euroconex 
does not accept any responsibility for any breach of confidence, which may arise from 
the use of email. Please note that any views or opinions presented in this email are 
solely those of the author and do not necessarily represent those of the Company. This 
message has been scanned for known computer viruses. 
*********************************************************************************************

--
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:    http://lists.mysql.com/[EMAIL PROTECTED]

Reply via email to