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
DAlangi (WMF)
.
Toggle Highlighting
SQL
# avoid duplicate user names SELECT DISTINCT pl_title AS "Affiliate Members", page_title AS "Affiliates" FROM metawiki_p.pagelinks AS pl JOIN metawiki_p.page AS p ON pl.pl_from = p.page_id # harvest from the a list of affiliates subpage WHERE p.page_title IN ( "Wikimedians_of_Cameroon_User_Group" ) # exclude anything that ends with _(WMF) # as these are WMF staffs not aff members AND pl_title NOT LIKE "%_(WMF)" # remove MediaWiki_message_delivery as it's # the mass message delivery default handle AND pl_title NOT LIKE "%MediaWiki_message_delivery%" # focus on the User: namespace AND pl.pl_namespace = 2
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...