select * from tp_domain where domain="m.baikebb.cn" order by id asc limit 1; [ RunTime:0.007780s ]
SHOW FULL COLUMNS FROM `tp_book` [ RunTime:0.006102s ]
SELECT COUNT(*) AS think_count FROM `tp_book` WHERE ( `title` LIKE '%沙县%' OR `description` LIKE '%沙县%' OR `keyword` LIKE '%沙县%' ) LIMIT 1 [ RunTime:0.547902s ]
SELECT * FROM `tp_book` WHERE ( `title` LIKE '%沙县%' OR `description` LIKE '%沙县%' OR `keyword` LIKE '%沙县%' ) ORDER BY `id` DESC LIMIT 0,25 [ RunTime:0.886421s ]
SHOW FULL COLUMNS FROM `tp_category` [ RunTime:0.008747s ]
SELECT * FROM `tp_category` WHERE `parent_id` = 0 [ RunTime:0.002337s ]