Query Run
SHOW TABLES FROM enwiki_p; 1 year ago
select * from category where LOWER(cat_title) LIKE '%compan%' order by... 1 year ago
select * from category order by cat_pages desc where LOWER(cat_title) LIKE... 1 year ago
select * from category order by cat_pages desc limit 100 1 year ago
select * from category limit 10 1 year ago
describe category; 1 year ago
SHOW TABLES FROM enwiki_p; 1 year ago