Need help with this SQL
        Posted  
        
            by Bragaadeesh
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by Bragaadeesh
        
        
        
        Published on 2010-04-08T13:51:15Z
        Indexed on 
            2010/04/08
            13:53 UTC
        
        
        Read the original article
        Hit count: 345
        
Hi guys,
I am very very new to mysql. I am trying to execute the following query.
update share set holder = 22 where SHARE_ID IN (select SHARE_ID from SHARE WHERE holder=1 LIMIT 10)
When I try to execute the above query I am getting this error
#1235 - This version of MySQL doesn't yet support 'LIMIT & IN/ALL/ANY/SOME subquery'
© Stack Overflow or respective owner