Hi, 

  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 ? 

Thanks, Mauro. 

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

Reply via email to