Quantcast
Channel: General developer forum
Viewing all articles
Browse latest Browse all 38395

Re: course not completed

$
0
0
by Jitendra Gaur.  

Hi Nikhil,

Use this query 

SELECT u.username, c.fullname
FROM {course_completions} cc
JOIN {course} c ON (c.id = cc.course)
JOIN {user} u ON (u.id = cc.userid)
WHERE cc.timecompleted IS NULL
ORDER BY cc.course ASC

Hope this is help you.

Thanks,

Jitendra Gaur


Viewing all articles
Browse latest Browse all 38395

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>