I have query like this
 update new_keyword set key_count=key_count-1  where  id in
    (select b.id  from new_keyword b ,new_news a ,new_mudoal_label c where c.label_id=b.id and a.id=c.id and c.type=1 and c.id=186) 
The sub query return id for exmple (1,2,3) but mysql show me error