Query Run
select user_name, user_registration, count(rev_id) from user left join... 7 years ago
select user_name, user_registration, count(rc_id) from user left join... 7 years ago
select user_name, user_registration, count(rc_id) from user join... 7 years ago
select user_name, user_registration, user_count, count(rc_id) from user... 7 years ago
select user_name, user_registration, user_count, count(rc_id) from user... 7 years ago
select * from user limit 10; 7 years ago
select * from page where page_namespace = 3 limit 2; 7 years ago
select * from page limit 2; 7 years ago