获得教“语文”的老师姓名

2014-10-25 21:30:26  访问(1716) 赞(0) 踩(0)

  • select distinct(t.TheName) as '老师'
    from
    UTB_EXAM_TEACHER t,
    UTB_EXAM_SCORE sc,
    UTB_EXAM_COURSE c
    where
    sc.CourseId = c.ID
    and c.TheName = '语文'
    and sc.TeacherId = t.ID
    

标签:获得教“语文”的老师姓名 

上一条:

下一条:


 

相关评论

评论加载中……
 

发表评论

类型:
内容:
  (Alt+Enter)
 
  ┈全部┈  
 
(显示默认分类)