SHOW FULL COLUMNS FROM `article` [ RunTime:0.000753s ]
SELECT COUNT(*) AS think_count FROM `article` `a` INNER JOIN `channel` `c` ON `c`.`id`=`a`.`cid` WHERE `a`.`cid` = '1' [ RunTime:0.000320s ]
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,6 [ RunTime:0.000593s ]
SELECT COUNT(*) AS think_count FROM `article` `a` INNER JOIN `channel` `c` ON `c`.`id`=`a`.`cid` WHERE `a`.`cid` = '2' [ RunTime:0.000248s ]
SELECT `a`.*,c.title as channel_title FROM `article` `a` INNER JOIN `channel` `c` ON `c`.`id`=`a`.`cid` WHERE `a`.`cid` = '2' ORDER BY `create_time` DESC LIMIT 0,6 [ RunTime:0.000588s ]
SELECT COUNT(*) AS think_count FROM `article` `a` INNER JOIN `channel` `c` ON `c`.`id`=`a`.`cid` WHERE `a`.`cid` = '3' [ RunTime:0.000222s ]
SELECT `a`.*,c.title as channel_title FROM `article` `a` INNER JOIN `channel` `c` ON `c`.`id`=`a`.`cid` WHERE `a`.`cid` = '3' ORDER BY `create_time` DESC LIMIT 0,6 [ RunTime:0.000531s ]