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
Djm-leighpark
.
Accounts which placed a #sheSaid comment on an article during the 2022 campaign. Not verified to be accuare
Toggle Highlighting
SQL
SELECT distinct actor_name AS "Account" FROM revision r JOIN page ON rev_page=page_id JOIN actor_revision ON rev_actor=actor_id JOIN comment_revision ON rev_comment_id=comment_id WHERE comment_text RLIKE '.*#[Ss]he[Ss]aid.*' AND rev_timestamp BETWEEN 20221001000000 AND 20221231999999 group by actor_name ORDER BY actor_name ASC;
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...