Query Run
show tables; 2 years ago
use enwiki; show tables; 2 years ago
use enwiki; describe text; 2 years ago
use enwiki; select * from enwiki.text limit 4; 2 years ago
select * from enwiki.text limit 4; 2 years ago
select * from text limit 4; 2 years ago
select * from page where page_namespace = 7 limit 4; 2 years ago
select * from logging where log_namespace = 7 limit 4; 2 years ago