Query Run
select count(rc_id) from recentchanges; 1 week ago
select count(distinct oresc_rev) from ores_classification; 1 week ago
select * from ores_classification group by oresc_rev limit 10; 1 week ago
select count(*) from ores_classification group by oresc_rev; 1 week ago
select oresc_rev, oresc_id from ores_classification order by oresc_rev asc limit 1; 1 week ago
select oresc_id, oresc_rev from ores_classification order by oresc_rev asc limit 1; 1 week ago
describe ores_classification; 1 week ago
describe oresc_classification; 1 week ago
select rc_id,rc_timestamp from recentchanges order by rc_timestamp asc limit 1; 1 week ago
select * from recentchanges order by rc_timestamp asc limit 1; 1 week ago
select * from recentchanges order by rc_id asc limit 1; 1 week ago
select * from recentchanges where rc_id = 238483587; 1 week ago
select * from ores_classification order by oresc_id asc limit 1; 1 week ago
select * from ores_classification order by oresrc_id asc limit 1; 1 week ago
describe ores_classification; 1 week ago
show tables; 1 week ago
select * from recentchanges order by rc_id asc limit 1; 1 week ago
select * from recentchanges order asc by rc_id limit 1; 1 week ago
describe recentchanges; 1 week ago
show tables; 1 week ago
describe recent_changes; 1 week ago