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
SELECT DISTINCT actor_name, user_registration, comment_text FROM actor_revision AS actor INNER JOIN revision_userindex AS revision ON actor.actor_id = revision.rev_actor 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 >= '20160101000000' AND actor_user IS NOT NULL -- AND comment_text = 'deOrphaned' AND comment_hash = -1747032970 ORDER BY user_registration 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...