Query Run
use enwiki_p; SELECT SUM(page_len)/1024/1024/1024 from page WHERE... 7 years ago
use frwiki_p; SELECT SUM(page_len)/1024/1024/1024 from page WHERE... 7 years ago
#use commonswiki_p; use frwiki_p; SHOW TABLES; SELECT SUM(page_len) from... 7 years ago
#use commonswiki_p; use frwiki_p; SHOW TABLES; SELECT * from page LIMIT... 7 years ago
#use commonswiki_p; use frwiki_p; SHOW TABLES; SELECT * from... 7 years ago
#use commonswiki_p; use frwiki_p; SHOW TABLES; #select SUM(img_size) from image; 7 years ago
use commonswiki_p; SHOW TABLES; #select SUM(img_size) from image; 7 years ago
use commonswiki_p; select SUM(img_size) from image; 7 years ago
use commonswiki_p; select * from image LIMIT 10 ; 7 years ago
use commonswiki_p; SHOW TABLES; 7 years ago