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
MBH
.
Toggle Highlighting
SQL
use ruwiki_p; #select rc_timestamp, rc_namespace, rc_title, oresc_probability, oresc_model, rc_user_text, rc_this_oldid, rc_last_oldid from recentchanges join ores_classification on oresc_rev=rc_this_oldid where rc_timestamp > "20180510000000" and rc_type=0 and rc_namespace=0 and rc_comment not like "%defunct%" and (oresc_probability > 0.92 and oresc_model!=14) order by rc_this_oldid desc limit 100; select rev_timestamp, cast(page_title as char) title, oresc_probability, cast(rev_user_text as char) user, rev_id, rev_page from revision join ores_classification on oresc_rev=rev_id join page on page_id=rev_page where rev_timestamp>20180510000000 and oresc_model<>13 and oresc_model<>14 and (oresc_probability>=0.92) order by rev_id desc; # left join tag_summary on rev_id=ts_rev_id or ts_tags like "%удаление текста%" and (ts_tags like "%visualeditor%" or ts_tags like "%mobile%")
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...