SHOW FULL COLUMNS FROM `yun_category` [ RunTime:0.001331s ]
SELECT * FROM `yun_category` WHERE ( `type` = 'song' ) ORDER BY `weigh` DESC [ RunTime:0.000714s ]
SELECT * FROM `yun_category` WHERE ( `type` = 'singer' ) ORDER BY `weigh` DESC [ RunTime:0.000551s ]
SHOW FULL COLUMNS FROM `yun_singer` [ RunTime:0.001400s ]
SELECT * FROM `yun_singer` WHERE `id` = 3 LIMIT 1 [ RunTime:0.001089s ]
SHOW FULL COLUMNS FROM `yun_songs` [ RunTime:0.001594s ]
SHOW FULL COLUMNS FROM `yun_album` [ RunTime:0.001285s ]
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` = '3' [ RunTime:0.003094s ]
SHOW FULL COLUMNS FROM `yun_page` [ RunTime:0.001201s ]
SELECT * FROM `yun_page` WHERE `status` = '1' ORDER BY createtime desc [ RunTime:0.000618s ]