SHOW FULL COLUMNS FROM `yun_category` [ RunTime:0.002421s ]
SELECT * FROM `yun_category` WHERE ( `type` = 'song' ) ORDER BY `weigh` DESC [ RunTime:0.000712s ]
SELECT * FROM `yun_category` WHERE ( `type` = 'singer' ) ORDER BY `weigh` DESC [ RunTime:0.000694s ]
SHOW FULL COLUMNS FROM `yun_singer` [ RunTime:0.001605s ]
SELECT * FROM `yun_singer` WHERE `id` = 1775 LIMIT 1 [ RunTime:0.003511s ]
SHOW FULL COLUMNS FROM `yun_songs` [ RunTime:0.002068s ]
SHOW FULL COLUMNS FROM `yun_album` [ RunTime:0.001309s ]
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` = '1775' [ RunTime:0.005101s ]
SHOW FULL COLUMNS FROM `yun_page` [ RunTime:0.001597s ]
SELECT * FROM `yun_page` WHERE `status` = '1' ORDER BY createtime desc [ RunTime:0.000644s ]