SHOW FULL COLUMNS FROM `tb_news` [ RunTime:0.005917s ]
select id_exp,point_exp,is_bt from tb_exp where cust_exp=3609 and show_exp=1 order by sort_exp DESC,order_exp ASC [ RunTime:0.013933s ]
SELECT `a`.`result_aply` FROM `tb_news` `n` LEFT JOIN `tb_apply` `a` ON `a`.`id_aply`=`n`.`aply_news` WHERE `id_news` = 15445 LIMIT 1 [ RunTime:0.005574s ]
SHOW FULL COLUMNS FROM `tb_university` [ RunTime:0.007048s ]
SELECT * FROM `tb_university` WHERE `id_univ` = 96 LIMIT 1 [ RunTime:0.010235s ]
select * from (select a.job,
user_id,
name,
intro,
level,
a.desc,
ava,
position
from tb_adviser a,tb_advisernews
where userid=user_id and status=1
and newsid=15445) s order by LOCATE(position, '2514') asc [ RunTime:0.006351s ]
SHOW FULL COLUMNS FROM `tb_handbook` [ RunTime:0.011848s ]
SELECT * FROM `tb_handbook` WHERE `type_hb` = 2 AND `relatedid_hb` IS NULL AND `show_hb` = 1 LIMIT 1 [ RunTime:0.009577s ]