Query Run
use enwiktionary_p; select actor_name as 'user',... 5 years ago
use enwiktionary_p; select actor_name as 'user',... 5 years ago
use enwiktionary_p; select * from page left join categorylinks on cl_to =... 5 years ago
use enwiktionary_p; select * from page -- left join categorylinks -- on... 5 years ago
use enwiktionary_p; select * from categorylinks where cl_to like... 5 years ago
use enwiktionary_p; select * from categorylinks where cl_to like 'English... 5 years ago
use enwiktionary_p; select * from categorylinks limit 10; 5 years ago
use enwiktionary_p; select actor_name as 'user',... 5 years ago
use enwiktionary_p; select min(rev_timestamp) from revision_userindex where... 5 years ago
use enwiktionary_p; select min(rev_timestamp) from revision where rev_actor... 5 years ago
use enwiktionary_p; select * from revision where rev_actor = (select... 5 years ago
use enwiktionary_p; select * from revision where log_actor = (select... 5 years ago
use enwiktionary_p; select * from revision where log_actor = (select... 5 years ago
use enwiktionary_p; select * from revision where log_actor = (select... 5 years ago
use enwiktionary_p; select user_id as id, user_name as name,... 5 years ago
use enwiktionary_p; select user_id as id, user_name as name,... 5 years ago
use enwiktionary_p; select id, name, date_format(user_registration,... 5 years ago
use enwiktionary_p; select user_id, user_name,... 5 years ago
use enwiktionary_p; select user_id, user_name,... 5 years ago
use enwiktionary_p; select user_id, user_name,... 5 years ago
use enwiktionary_p; select user_id, user_name,... 5 years ago
use enwiktionary_p; select user_id, user_name, user_registration from... 5 years ago
use enwiktionary_p; select * from user order by user_registration desc limit 20; 5 years ago