SHOW FULL COLUMNS FROM `article` [ RunTime:0.000577s ]
SELECT COUNT(*) AS think_count FROM `article` `a` INNER JOIN `channel` `c` ON `c`.`id`=`a`.`cid` WHERE `a`.`cid` = '1' [ RunTime:0.000311s ]
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.000616s ]
SELECT COUNT(*) AS think_count FROM `article` `a` INNER JOIN `channel` `c` ON `c`.`id`=`a`.`cid` WHERE `a`.`cid` = '2' [ RunTime:0.000238s ]
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.000535s ]
SELECT COUNT(*) AS think_count FROM `article` `a` INNER JOIN `channel` `c` ON `c`.`id`=`a`.`cid` WHERE `a`.`cid` = '3' [ RunTime:0.000211s ]
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.000486s ]