Hi zhongtao,

thank you for reporting this bug. It has been filed as http://bugs.mysql.com/bug.php?id=60279

Regards,
Roy

On 24.02.11 08.08, tanzhongt wrote:
create table t1(a int);
    create table t2(b int);
   PREPAREstmt FROM "select sum(b) from t2 group by b having b in (select b from 
t1)";
    execute stmt;


--
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:    http://lists.mysql.com/mysql?unsub=arch...@jab.org

Reply via email to