This commit is contained in:
hyunho 2021-03-29 06:26:05 +00:00
parent ba4296b40f
commit df13a848a3
1 changed files with 1 additions and 1 deletions

View File

@ -915,7 +915,7 @@
,b3.cgname strval,b2.cgname strval2,f.cname strval3,concat(b.cname,'(',b.classno,')') strval4,concat(date_format(b.sstime,'%y.%m.%d'),'~',date_format(b.setime,'%y.%m.%d')) strval5
,count(c.lectno) intval
,sum(c.iscomplete) intval2
,sum(case when (c.iscomplete <> 1 or c.iscomplete is null) then 1 else 0 end) intval15
,sum(case when (c.iscomplete &lt;&gt; 1 or c.iscomplete is null) then 1 else 0 end) intval15 <!--총계미수료-->
,sum(e.isjoin) intval3
,sum(case when e.isjoin=1 and c.iscomplete=1 then 1 else 0 end) intval4
,sum(case when e.isjoin=0 then 1 else 0 end) intval5