SHOW FULL COLUMNS FROM `article` [ RunTime:0.000664s ]
SELECT COUNT(*) AS think_count FROM `article` `a` INNER JOIN `channel` `c` ON `c`.`id`=`a`.`cid` [ RunTime:0.000379s ]
SELECT `a`.*,c.title as channel_title FROM `article` `a` INNER JOIN `channel` `c` ON `c`.`id`=`a`.`cid` ORDER BY `create_time` DESC LIMIT 14,7 [ RunTime:0.000741s ]
SELECT COUNT(*) AS think_count FROM `article` `a` INNER JOIN `channel` `c` ON `c`.`id`=`a`.`cid` [ RunTime:0.000306s ]
SELECT `a`.*,c.title as channel_title FROM `article` `a` INNER JOIN `channel` `c` ON `c`.`id`=`a`.`cid` ORDER BY `view` DESC LIMIT 0,3 [ RunTime:0.000652s ]
SELECT COUNT(*) AS think_count FROM `article` `a` INNER JOIN `channel` `c` ON `c`.`id`=`a`.`cid` WHERE `a`.`cid` = '1' [ RunTime:0.000344s ]
SELECT `a`.*,c.title as channel_title FROM `article` `a` INNER JOIN `channel` `c` ON `c`.`id`=`a`.`cid` WHERE `a`.`cid` = '1' ORDER BY `create_time` DESC LIMIT 0,3 [ RunTime:0.000532s ]