Guillaume,
Friday, February 22, 2002, 1:47:09 PM, you wrote:

GB> Hi all, 
GB> i'm a newbie on this Mailing-list and i'm French. 
GB> So, sorry for my POOR english... 
GB> I try to execute an SQL Command but i have a syntax error : 
GB> SELECT Id_Game
GB> FROM game
GB> WHERE Id_Game NOT IN (
GB> SELECT Id_Game
GB> FROM member_game a
GB> WHERE Id_Member = 4 )
GB> I don't know waht happend..

MySQL doesn't support subselects, check the following link:
      http://www.mysql.com/doc/A/N/ANSI_diff_Sub-selects.html

You can also try to use temporary tables. See at:
      http://www.mysql.com/doc/C/R/CREATE_TABLE.html

It is in our plans to support sub-selects in future:
      http://www.mysql.com/doc/T/O/TODO_MySQL_4.1.html

GB> Help me..
GB> Thks a lot..





-- 
For technical support contracts, goto https://order.mysql.com/
This email is sponsored by Ensita.net http://www.ensita.net/
   __  ___     ___ ____  __
  /  |/  /_ __/ __/ __ \/ /    Egor Egorov
 / /|_/ / // /\ \/ /_/ / /__   [EMAIL PROTECTED]
/_/  /_/\_, /___/\___\_\___/   MySQL AB / Ensita.net
       <___/   www.mysql.com



---------------------------------------------------------------------
Before posting, please check:
   http://www.mysql.com/manual.php   (the manual)
   http://lists.mysql.com/           (the list archive)

To request this thread, e-mail <[EMAIL PROTECTED]>
To unsubscribe, e-mail <[EMAIL PROTECTED]>
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php

Reply via email to