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
MarioGom
.
Toggle Highlighting
SQL
SET STATEMENT max_statement_time = 90 FOR SELECT actor_name, rc_this_oldid, comment_text FROM recentchanges_userindex AS recentchanges INNER JOIN comment_recentchanges AS comment ON recentchanges.rc_comment_id = comment.comment_id INNER JOIN actor_recentchanges AS actor ON recentchanges.rc_actor = actor.actor_id INNER JOIN user ON actor.actor_user = user.user_id WHERE TRUE AND rc_source = 'mw.edit' AND rc_bot = 0 AND actor_user IS NOT NULL AND ( comment_text IN ('citaciĆ³n', 'citation') ) AND rc_timestamp >= '20210901000000' AND user_registration IS NOT NULL -- AND user_registration >= "20210901000000" ORDER BY rc_timestamp DESC
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...