Fork of ORES damaging score distribution @ zhwiki by WhitePhosphorus
This query is marked as a draft This query has been published by Stang.

SQL

AخA
 
SELECT
    oresc_probability AS "ores_score",
    COUNT(*) AS "freq"
FROM
    ores_classification
WHERE
    oresc_model = 1  /* oresm_name = damaging */
GROUP BY
    ores_score;
By running queries you agree to the Cloud Services Terms of Use and you irrevocably agree to release your SQL under CC0 License.
All SQL code is licensed under CC0 License.

Checking query status...