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
עלי
.
Toggle Highlighting
SQL
#SHOW TABLES FROM hewiki_p; SELECT r.rev_timestamp, om.oresm_name, oc.oresc_probability, p.page_title, a.actor_name FROM ores_classification oc LEFT JOIN ores_model om ON oc.oresc_model = om.oresm_id LEFT JOIN revision r ON oc.oresc_rev = r.rev_id LEFT JOIN page p ON r.rev_page = p.page_id LEFT JOIN actor a ON r.rev_actor = a.actor_id WHERE om.oresm_name NOT LIKE "goodfaith" AND oc.oresc_probability > 0.1 ORDER BY r.rev_timestamp DESC LIMIT 100;
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...