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
Pablo (WMF)
.
Toggle Highlighting
SQL
-- SELECT * FROM ores_classification LIMIT 10; -- SELECT * FROM ores_model LIMIT 10; SELECT om.oresm_name, count(oresc_probability) perc FROM ores_classification oc JOIN ores_model om ON oc.oresc_model=om.oresm_id WHERE oc.oresc_class=1 AND (om.oresm_name='goodfaith' OR om.oresm_name='damaging') GROUP BY om.oresm_name
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...