SHOW FULL COLUMNS FROM `ais_web_news` [ RunTime:0.000453s ]
SELECT COUNT(*) AS think_count FROM `ais_web_news` WHERE ( title like '%ERP%' or tags like '%ERP%' ) LIMIT 1 [ RunTime:0.000240s ]
SELECT id, title, img_url, `views`, tags, category_id, DATE_FORMAT(create_time, "%Y-%m-%d") as create_time FROM `ais_web_news` WHERE ( title like '%ERP%' or tags like '%ERP%' ) ORDER BY `create_time` DESC LIMIT 0,13 [ RunTime:0.000223s ]
SHOW FULL COLUMNS FROM `ais_web_news_category` [ RunTime:0.000319s ]
SELECT `title` FROM `ais_web_news_category` WHERE ( id=1 ) LIMIT 1 [ RunTime:0.000139s ]
SELECT `id`,`title`,`img_url`,`views` FROM `ais_web_news` ORDER BY `views` DESC,`create_time` DESC LIMIT 10 [ RunTime:0.000175s ]
SHOW FULL COLUMNS FROM `ais_web_news_tag` [ RunTime:0.000251s ]
SELECT * FROM `ais_web_news_tag` [ RunTime:0.000116s ]