SQL
x
use enwikisource_p;
SELECT COUNT recentchanges.rc_user_text
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.