SQL
AخA
SELECT oresc_probability AS "ores_score",
COUNT(*) AS "freq"
FROM ores_classification JOIN revision ON rev_id = oresc_rev
WHERE ores_classification.oresc_model = 1 AND revision.rev_timestamp >= 20220101000000 AND revision.rev_timestamp < 20220601000000
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.