SHOW FULL COLUMNS FROM `tp_book` [ RunTime:0.001891s ]
SELECT COUNT(*) AS think_count FROM `tp_book` WHERE `status` = 1 AND ( `title` LIKE '%Math%' OR `keyword` LIKE '%Math%' ) LIMIT 1 [ RunTime:0.134744s ]
SELECT * FROM `tp_book` WHERE `status` = 1 AND ( `title` LIKE '%Math%' OR `keyword` LIKE '%Math%' ) ORDER BY `addtime` DESC,`id` DESC LIMIT 0,25 [ RunTime:0.215546s ]