Select * from kb_news n, kb_news_count c where n.idx=c.news_idx and news_depth=5 and ( main_subject like '%Âì%' or sub_subject like '%Âì%' or news_content like '%Âì%' ) and part1_idx = '1' order by idx desc LIMIT 0Âì, 10