Query Run
blank query 3 years ago
USE commonswiki_p; SELECT DISTINCT rev_user_text FROM ... 3 years ago
USE commonswiki_p; SELECT UNIQUE rev_user_text FROM ... 3 years ago
blank query 3 years ago
USE commonswiki_p; SELECT * FROM revision_compat WHERE rev_id >=... 3 years ago
USE commonswiki_p; SELECT * from revision_compat WHERE rev_id = 514210848 LIMIT 1; 3 years ago
USE commonswiki_p; SELECT * from recentchanges LIMIT 1; 3 years ago
USE commonswiki_p; SELECT * from revision WHERE rev_timestamp >=... 3 years ago
SELECT * from recentchanges LIMIT 1; 3 years ago
SELECT * from recent_changes LIMIT 1; 3 years ago