9 -1 SELECT id, title, content, image, cat_id, add_time, click, description FROM `dou_article` WHERE (title like '%NA%' or content like '%NA%' ) and isdelete = 0 ORDER BY id DESC