9 messages in com.mysql.lists.javaRe: can't get NOT IN to work
FromSent OnAttachments
Justin Wesbrooks07 May 2003 07:54 
Jeremy Zawodny07 May 2003 11:13 
Steve Forsyth07 May 2003 11:14 
Paul DuBois07 May 2003 11:16 
Justin Wesbrooks07 May 2003 12:46 
Jeremy Zawodny07 May 2003 12:55 
Justin Wesbrooks07 May 2003 13:00 
Justin Wesbrooks07 May 2003 13:08 
Justin Wesbrooks07 May 2003 13:41 
Subject:Re: can't get NOT IN to work
From:Justin Wesbrooks (wesb@amerch.com)
Date:05/07/2003 01:00:46 PM
List:com.mysql.lists.java

[MyServer] ERROR 1235: This version of MySQL doesn't yet support 'LIMIT & IN/ALL/ANY/SOME subquery'

I've got 4.1 downloaded now and it appears that it still doesn't support sub-selects with the IN / NOT IN clause.

Any ideas on how to rewrite this query to work with v 4.1?? SELECT * FROM MEMBER where ID not in (select MEMBER_ID from MEMBER_DUES where DUES_YEAR = 2003)

Let's start with the basics. What error message does the MySQL server give you?