SHOW FULL COLUMNS FROM `yun_category` [ RunTime:0.002318s ]
SELECT * FROM `yun_category` WHERE ( `type` = 'song' ) ORDER BY `weigh` DESC [ RunTime:0.000782s ]
SELECT * FROM `yun_category` WHERE ( `type` = 'singer' ) ORDER BY `weigh` DESC [ RunTime:0.000440s ]
SHOW FULL COLUMNS FROM `yun_singer` [ RunTime:0.001434s ]
SELECT * FROM `yun_singer` WHERE `id` = 113 LIMIT 1 [ RunTime:0.001471s ]
SHOW FULL COLUMNS FROM `yun_songs` [ RunTime:0.001561s ]
SHOW FULL COLUMNS FROM `yun_album` [ RunTime:0.001283s ]
SELECT COUNT(*) AS think_count FROM `yun_songs` `songs` LEFT JOIN `yun_category` `category` ON `songs`.`c_id`=`category`.`id` LEFT JOIN `yun_album` `album` ON `songs`.`a_id`=`album`.`id` WHERE `songs`.`s_id` = '113' [ RunTime:0.003703s ]
SHOW FULL COLUMNS FROM `yun_page` [ RunTime:0.001419s ]
SELECT * FROM `yun_page` WHERE `status` = '1' ORDER BY createtime desc [ RunTime:0.000621s ]