sea026:
select * from tabname A where A.id in (select id from tabname B where A.initial=B.initial ……
[阅读: 366] 2007-09-17 08:24:02
select * from tabname A where A.id in (select id from tabname B where A.initial=B.initial order by id limit 5)
ERROR 1235: This version of MySQL doesn't yet support 'LIMIT & IN/ALL/ANY/SOME subquery'