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
Bdijkstra
.
Toggle Highlighting
SQL
SELECT 'total' AS `family`, COUNT(actor_name) AS `count` FROM actor, recentchanges WHERE rc_source REGEXP '^mw.' AND actor_user IS NULL AND actor_id=rc_actor UNION SELECT 'IPv4', COUNT(an4.actor_name) FROM (SELECT actor_name FROM actor, recentchanges WHERE rc_source REGEXP '^mw.' AND actor_user IS NULL AND actor_id=rc_actor) an4 WHERE an4.actor_name REGEXP '\\.' UNION SELECT 'IPv6', COUNT(an6.actor_name) FROM (SELECT actor_name FROM actor, recentchanges WHERE rc_source REGEXP '^mw.' AND actor_user IS NULL AND actor_id=rc_actor) an6 WHERE an6.actor_name REGEXP ':'
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...