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
CMyrick-WMF
.
Toggle Highlighting
SQL
----WITH base as( SELECT user_name, user_id, actor_user, actor_id FROM user LEFT JOIN actor ON user.user_id = actor.actor_user WHERE user_name = 'Automoderator' OR user_name = 'AutoModerator' OR user_name = 'Auto Moderator' OR user_name = 'Auto moderator' LIMIT 10 ----) ----SELECT * ----FROM base ---- LEFT JOIN logging ON base.actor_id = logging.log_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...