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
USE rowiki_p; -- SHOW TABLES FROM rowiki_p; -- DESCRIBE rowiki_p.site_stats; SELECT rc_actor, GROUP_CONCAT(DISTINCT rc_title SEPARATOR "\n") AS stuff FROM recentchanges_userindex GROUP BY rc_actor HAVING stuff RLIKE "(?m)^G" LIMIT 10; -- SELECT ss_total_edits INTO @testvar FROM rowiki_p.site_stats; -- SELECT @testvar;
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...