RE: select within select

2001-03-09 Thread AzzKicar
the very next version. Just wait a little longer, I guess. -Original Message- From: Lance Koh [mailto:[EMAIL PROTECTED]] Sent: March 8, 2001 6:22 PM To: [EMAIL PROTECTED] Subject: select within select hi, i was wondering if the above is possible in mysql. i was working on a query but it

select within select

2001-03-08 Thread Lance Koh
hi, i was wondering if the above is possible in mysql. i was working on a query but it keep throwing me syntax error. example: sql> select * from table1 where id in (select id from table1 group by id having count(id) > 1) the above statement works perfectly in mssql... thanks & regards, lance