SQL
AخA
SELECT
FLOOR(oresc_probability * 1000) / 1000 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.