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 = 120 FOR SELECT DISTINCT actor_name, comment_text FROM revision_userindex AS revision INNER JOIN actor_revision AS actor ON revision.rev_actor = actor.actor_id INNER JOIN comment_revision AS comment ON revision.rev_comment_id = comment.comment_id INNER JOIN user ON actor.actor_user = user.user_id WHERE TRUE AND rev_timestamp >= '20200101000000' AND user_registration >= '20190101000000' AND rev_parent_id = 0 AND actor_user IS NOT NULL AND comment_text LIKE 'Nouvelle page : {{En cours%' ORDER BY rev_id 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...