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
Chaduvari
.
Toggle Highlighting
SQL
set @actor1="Chaduvari"; select actor_id into @actor from actor where actor_name=@actor1; select COUNT(*) into @all FROM revision,page WHERE rev_actor = @actor and page_id=rev_page and page_namespace=0; select @actor1,@all; /* select COUNT(*) into @talk_page_edits FROM revision WHERE rev_actor = @actor and rev_namespace=1; select COUNT(*) into @wikipedia_edits FROM revision WHERE rev_actor = @actor and rev_namespace=4; select COUNT(*) into @template_edits FROM revision WHERE rev_actor = @actor and rev_namespace=10; select COUNT(*) into @category_edits FROM revision WHERE rev_actor = @actor and rev_namespace=14; select COUNT(*) into @help_edits FROM revision WHERE rev_actor = @actor and rev_namespace=12; Select @all,@talk_page_edits,@wikipedia_edits,@template_edits,@category_edits,@help_edits;
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...