Mauro Andre Flores dos Santos <[EMAIL PROTECTED]> wrote: > > I've just downloaded the version 4.1. > I tryed to run my first sub-select : > > SELECT curso.* > FROM curso > where curso.cdCurso IN > (SELECT EstabMantemCurso.cdCurso > FROM EstabMantemCurso) > > The following ERROR returned: > > [local] ERROR 1235: This version of MySQL doesn't yet support 'LIMIT & > IN/ALL/ANY/SOME subquery' > > The version is: 4.1.0-alpha-max-debug for Win95/Win98 > > Doesn't version 4.1 support yet sub-selects ?
It supports subselects, but without LIMIT clause in the nested query. -- For technical support contracts, goto https://order.mysql.com/?ref=ensita This email is sponsored by Ensita.net http://www.ensita.net/ __ ___ ___ ____ __ / |/ /_ __/ __/ __ \/ / Victoria Reznichenko / /|_/ / // /\ \/ /_/ / /__ [EMAIL PROTECTED] /_/ /_/\_, /___/\___\_\___/ MySQL AB / Ensita.net <___/ www.mysql.com -- MySQL General Mailing List For list archives: http://lists.mysql.com/mysql To unsubscribe: http://lists.mysql.com/[EMAIL PROTECTED]