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