SELECT COUNT(*) I_COUNT FROM content_news_keyword t1 , content_news t2 WHERE status IN (10, 15, 20) AND t1.news_id = t2.news_id AND keyword_id IN ()