mysql不支持嵌入查询,不支持事务处理,可能以后的版本(4.0以后)要加入。myql不是标准的关系数据库。
不过不要钱。

解决方案 »

  1.   

    select customer_id from so limit 200
      

  2.   

    我是要這樣子!!!
    select sono from so where custoemr_id in (select customer_id from so limit 200)
      

  3.   

    select sono from so where customer_id limit 0,200
      

  4.   

    nested subqueries (4.1), stored procedures (5.0), and foreign key integrity rules for MyISAM tables (5.0)4.1版本就支持了
    wait 4 a moment or download the beta version