Query Run
SELECT DISTINCT(up_property) FROM enwiki_p.user_properties; 5 years ago
SELECT * FROM enwiki_p.user_properties WHERE up_property LIKE 'disablemail' LIMIT 5; 5 years ago
SELECT * FROM enwiki_p.user_properties WHERE up_property LIKE... 5 years ago
SELECT * FROM enwiki_p.user_properties LIMIT 5; 5 years ago
SELECT * FROM enwiki_p.user_properties WHERE up_property =... 5 years ago
SELECT count(*) FROM enwiki_p.user_properties WHERE up_property =... 5 years ago
DESC enwiki_p.user_properties 5 years ago