SHOW FULL COLUMNS FROM `article` [ RunTime:0.000793s ]
SELECT COUNT(*) AS think_count FROM `article` `a` INNER JOIN `channel` `c` ON `c`.`id`=`a`.`cid` WHERE `a`.`cid` = '1' [ RunTime:0.000366s ]
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.000840s ]
SELECT COUNT(*) AS think_count FROM `article` `a` INNER JOIN `channel` `c` ON `c`.`id`=`a`.`cid` WHERE `a`.`cid` = '2' [ RunTime:0.000329s ]
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.000716s ]
SELECT COUNT(*) AS think_count FROM `article` `a` INNER JOIN `channel` `c` ON `c`.`id`=`a`.`cid` WHERE `a`.`cid` = '3' [ RunTime:0.000234s ]
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.000554s ]