内布拉斯加大学医学中心(University of Nebraska Medical Center)是美国内布拉斯州一所历史非常悠久的公立健康学术科学中心,始建于1880年,是周围地区最大的一所医学中心。内布拉斯加大学医学中心设置如下学院:医学学院,牙医医学院,护理学院,制药学院,公共卫生学院,联合健康职业学院以及继续教育学院。这些学院提供本科和研究生学位课程,主要是医学方面专业,也包括其它综合科目。
SHOW FULL COLUMNS FROM `tb_univ_collegeinfo` [ RunTime:0.016015s ]
SELECT * FROM `tb_univ_collegeinfo` WHERE `id` = 852 LIMIT 1 [ RunTime:0.021445s ]
select distinct b.year,sort
from tb_univ_collegeinfo_sort b,(select max(year) as yea
from tb_univ_collegeinfo_sort b
where b.univ_col_id =852
and b.sort_type =1
and sort_name=859
and is_show=1) a
where b.univ_col_id =852
and b.sort_type =1
and sort_name=859
and is_show=1
and year in (a.yea-2,a.yea-1,a.yea)
order by b.year desc
limit 3 [ RunTime:0.013437s ]
select distinct b.year,sort
from tb_univ_collegeinfo_sort b,(select max(year) as yea
from tb_univ_collegeinfo_sort b
where b.univ_col_id =852
and b.sort_type =1
and sort_name=860
and is_show=1) a
where b.univ_col_id =852
and b.sort_type =1
and sort_name=860
and is_show=1
and year in (a.yea-2,a.yea-1,a.yea)
order by b.year desc
limit 3 [ RunTime:0.009810s ]
SHOW FULL COLUMNS FROM `tb_univ_majorinfo` [ RunTime:0.010370s ]
SELECT `a`.`id`,`a`.`major_detail_id`,`b`.`sort`,`school_id`,`major_cname`,`major_ename`,`major_detail_name`,aply_count as count,`a`.`univ_col_id` FROM `tb_univ_majorinfo` `a` LEFT JOIN `tb_univ_collegeinfo_sort` `b` ON `a`.`univ_col_id`=b.univ_col_id and a.major_detail_id = b.univ_major_class and b.sort_type =2 and b.sort_name = 862 and b.is_new =1 WHERE `a`.`univ_col_id` = '852' AND `a`.`is_show` = '1' AND `a`.`status` = '0' ORDER BY `aply_count` DESC,left(major_allname_py,1) ASC LIMIT 6 [ RunTime:0.016042s ]
SHOW FULL COLUMNS FROM `tb_news` [ RunTime:0.009400s ]
SELECT DISTINCT n.*,`newsid` FROM `tb_news` `n` LEFT JOIN `tb_advisernews` ON `id_news`=`newsid` WHERE ( type_news in ('succ','acpt') ) AND `id_univ` = 852 ORDER BY `time_news` DESC,`id_news` DESC LIMIT 4 [ RunTime:0.011253s ]
SELECT DISTINCT n.*,`newsid` FROM `tb_news` `n` LEFT JOIN `tb_advisernews` ON `id_news`=`newsid` WHERE ( type_news in ('succ','acpt') ) AND ( id_univ!=852 ) AND ( ctry_news=12 ) ORDER BY `time_news` DESC,`id_news` DESC LIMIT 4 [ RunTime:0.097208s ]
select distinct hot_cover,b.id,title,create_at,m_reading,school_id,video,b.level_limit
from tb_article_content b,tb_major_information a ,tb_information_count c
left join tb_univ_collegeinfo d on c.school_id=d.id
where a.article_id=b.id
and c.id=a.information_id
and school_id= 852 and deleted_at is null
and c.type=1
and video!=''
and information_type=2
and b.status=2
AND b.show_type = 1
order by a.is_top desc,create_at desc
limit 2 [ RunTime:0.004811s ]
SHOW FULL COLUMNS FROM `tb_major_information` [ RunTime:0.009798s ]
SELECT `mi`.`id`,`mi`.`article_id`,`mi`.`information_type`,`mi`.`is_top`,`ac`.`create_at`,`ac`.`title`,`ac`.`reading`,`ac`.`m_reading`,`ac`.`mp_reading`,`ac`.`web_reading`,`ac`.`desc`,`ac`.`video`,`ac`.`cover`,`ac`.`hot_cover`,`ac`.`type`,`ac`.`tags`,ac.create_at as time,`ac`.`level_limit`,`ac`.`cate_id` FROM `tb_major_information` `mi` LEFT JOIN `tb_information_count` `ic` ON `mi`.`information_id`=ic.id and type=1 LEFT JOIN `tb_article_content` `ac` ON `ac`.`id`=`mi`.`article_id` WHERE `ac`.`show_type` = '1' AND `information_type` = 1 AND `ac`.`status` = '2' AND `school_id` = '852' AND `deleted_at` IS NULL ORDER BY `mi`.`is_top` DESC,`ac`.`create_at` DESC LIMIT 3 [ RunTime:0.010366s ]
SHOW FULL COLUMNS FROM `tb_univ_monitored` [ RunTime:0.007899s ]
SELECT * FROM `tb_univ_monitored` WHERE `univ_id` = 852 LIMIT 1 [ RunTime:0.009597s ]
SHOW FULL COLUMNS FROM `tb_handbook` [ RunTime:0.005743s ]
SELECT * FROM `tb_handbook` WHERE `type_hb` = 2 AND `relatedid_hb` = 852 AND `show_hb` = 1 LIMIT 1 [ RunTime:0.014045s ]