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
Edgars2007
.
use lvwiki_p; select page_namespace, page_title, rc_timestamp, rc_user_text, rc_title, rc_this_oldid, rc_params from recentchanges join page on rc_cur_id=page_id where rc_type=6 and page_namespace=0 and rc_params like '%"added";b:0%' and order by rc_timestamp desc limit 500;
Toggle Highlighting
SQL
#use lvwiki_p; #select distinct user_name from user_groups join user on user_id=ug_user #where user_name="Wert" #join user_groups on user_id=ug_user #limit 500; use lvwiki_p; select page_namespace, page_title, rc_timestamp, rc_user_text, rc_title, rc_this_oldid, rc_params from recentchanges join page on rc_cur_id=page_id where rc_type=6 and page_namespace=0 and rc_params like '%"added";b:0%' and rc_user_text not in (select distinct user_name from user_groups join user on user_id=ug_user) order by rc_timestamp desc limit 500;
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...