SHOW FULL COLUMNS FROM `yun_category` [ RunTime:0.001463s ]
SELECT * FROM `yun_category` WHERE ( `type` = 'song' ) ORDER BY `weigh` DESC [ RunTime:0.000432s ]
SELECT * FROM `yun_category` WHERE ( `type` = 'singer' ) ORDER BY `weigh` DESC [ RunTime:0.000697s ]
SHOW FULL COLUMNS FROM `yun_singer` [ RunTime:0.001655s ]
SELECT * FROM `yun_singer` WHERE `id` = 59 LIMIT 1 [ RunTime:0.000646s ]
SHOW FULL COLUMNS FROM `yun_songs` [ RunTime:0.001393s ]
SHOW FULL COLUMNS FROM `yun_album` [ RunTime:0.001258s ]
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` = '59' [ RunTime:0.002824s ]
SHOW FULL COLUMNS FROM `yun_page` [ RunTime:0.001432s ]
SELECT * FROM `yun_page` WHERE `status` = '1' ORDER BY createtime desc [ RunTime:0.000808s ]