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
Erutuon
.
Toggle Highlighting
SQL
select rc_title, page_namespace as namespace, page_title as title, actor_name as user, recentchanges_comment.comment_text as recentchanges_summary, revision_comment.comment_text as revision_summary, cast(rc_timestamp as datetime) as timestamp from recentchanges join page on page_id = rc_cur_id join actor on actor_id = rc_actor join comment as recentchanges_comment on recentchanges_comment.comment_id = rc_comment_id join revision on rev_id = rc_this_oldid join comment as revision_comment on revision_comment.comment_id = rev_comment_id where rc_source = 'mw.categorize' and rc_title like '%Hausa%';
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...