SQL
x
use enwikisource_p;
SELECT DISTINCTROW
recentchanges.rc_user_text,
COUNT recentchanges.rc_user_text AS usercount
FROM recentchanges
WHERE recentchanges.rc_title = 'True_stories_of_girl_heroines.djvu' AND recentchanges.rc_namespace=104
GROUP BY rc_user_text;
By running queries you agree to the Cloud Services Terms of Use and you irrevocably agree to release your SQL under CC0 License.
All SQL code is licensed under CC0 License.