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
Andreyyshore
.
Toggle Highlighting
SQL
/*SELECT * FROM revision LEFT JOIN actor on revision.rev_actor = actor.actor_id WHERE actor_user IS NULL AND actor_name NOT RLIKE "^[0-9]{1,3}(\.[0-9]{1,3}){3}$" AND actor_name NOT RLIKE "^[0-9A-F]{0,4}(:[0-9A-F]{0,4}){2,7}$" LIMIT 10;*/ SELECT 3 INTO @x SELECT user_id, actor_id FROM ( SELECT actor_id, actor_user AS user_id FROM actor WHERE actor_user IN @x ) AS actor_
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...