SHOW FULL COLUMNS FROM `yun_category` [ RunTime:0.002498s ]
SELECT * FROM `yun_category` WHERE ( `type` = 'song' ) ORDER BY `weigh` DESC [ RunTime:0.000732s ]
SELECT * FROM `yun_category` WHERE ( `type` = 'singer' ) ORDER BY `weigh` DESC [ RunTime:0.000584s ]
SHOW FULL COLUMNS FROM `yun_singer` [ RunTime:0.001550s ]
SELECT * FROM `yun_singer` WHERE `id` = 96 LIMIT 1 [ RunTime:0.001411s ]
SHOW FULL COLUMNS FROM `yun_songs` [ RunTime:0.001584s ]
SHOW FULL COLUMNS FROM `yun_album` [ RunTime:0.001160s ]
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` = '96' [ RunTime:0.003756s ]
SHOW FULL COLUMNS FROM `yun_page` [ RunTime:0.001285s ]
SELECT * FROM `yun_page` WHERE `status` = '1' ORDER BY createtime desc [ RunTime:0.000453s ]