SQL
AخA
SELECT rc_id, rc_timestamp, rc_title, oresc_probability, oresc_is_predicted
FROM recentchanges
LEFT JOIN ores_classification ON rc_this_oldid = oresc_rev AND oresc_model = 1
WHERE rc_type = 0
AND rc_patrolled != 2
ORDER BY rc_id 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.
All SQL code is licensed under CC0 License.