【发布时间】:2009-10-16 13:51:10
【问题描述】:
我有这个问题:
select total.lecgrouplecture(l.groupcode) lecturename,
total.lecgrouptime(l.groupcode) lecttime
from total.lecgroup l
where term = (select term
from total.CURENTTERM)
and rownum < 10
order by lecturename
我想知道total.lecgrouptime(l.groupcode) 是什么,从哪里获得这些信息?
【问题讨论】:
-
请使用大写字母开始句子。