SHOW FULL COLUMNS FROM `article` [ RunTime:0.000806s ]
SELECT COUNT(*) AS think_count FROM `article` `a` INNER JOIN `channel` `c` ON `c`.`id`=`a`.`cid` WHERE `a`.`cid` = '1' [ RunTime:0.000362s ]
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.000788s ]
SELECT COUNT(*) AS think_count FROM `article` `a` INNER JOIN `channel` `c` ON `c`.`id`=`a`.`cid` WHERE `a`.`cid` = '2' [ RunTime:0.000307s ]
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.000691s ]
SELECT COUNT(*) AS think_count FROM `article` `a` INNER JOIN `channel` `c` ON `c`.`id`=`a`.`cid` WHERE `a`.`cid` = '3' [ RunTime:0.000331s ]
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.000650s ]