Toggle navigation
Home
New Query
Recent Queries
Discuss
Database tables
Database names
MediaWiki
Wikibase
Replicas browser and optimizer
Login
History
Fork
This query is marked as a draft
This query has been published
by
Tflanagan (WMF)
.
Toggle Highlighting
SQL
/** Trying to calculate the contributions a specific user has done to an associated article **/ SET @course = 63; /**List of users in specified course**/ SELECT /**student_first_course AS course_id, student_user_id, user_id,**/ user_name FROM arwiki_p.ep_students, arwiki_p.user WHERE student_first_course = @course AND student_user_id = user_id; /**List of articles in specified course**/ SELECT /* article_course_id AS cousre_id, article_user_id AS student_user_id, **/article_page_title, user_name FROM arwiki_p.ep_articles, arwiki_p.user WHERE article_course_id = @course; AND article_user_id = user_id
By running queries you agree to the
Cloud Services Terms of Use
and you irrevocably agree to release your SQL under
CC0 License
.
Submit Query
Stop Query
All SQL code is licensed under
CC0 License
.
Checking query status...