Changes between Version 14 and Version 15 of AdvancedReports


Ignore:
Timestamp:
03/04/23 20:31:13 (16 months ago)
Author:
201060
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • AdvancedReports

    v14 v15  
    8888         avg(rt.points)
    8989from quiztaker qt
    90 left join attempt a on qt.userid= a.userid
    91 left join quiz q on q.quizid=a.quizid
    92 left join result_table rt  on a.attemptid=rt.attemptid
     90join attempt a on qt.userid= a.userid
     91join quiz q on q.quizid=a.quizid
     92join result_table rt  on a.attemptid=rt.attemptid
    9393group by 1, 2;
    9494}}}