SQL
AخA
use simplewiki_p;
SELECT change_tag_def.ctd_name, COUNT(revision_userindex.rev_id) FROM revision_userindex
LEFT JOIN change_tag ON revision_userindex.rev_id = ct_rev_id
LEFT JOIN change_tag_def ON ct_tag_id = ctd_id
WHERE revision_userindex.rev_actor = 16752
AND ctd_name <> ''
GROUP BY revision_userindex.rev_id
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.