Query Run
use enwiki_p; select * from page where page_id = 0; 9 years ago
use enwiki_p; select * from page_props where pp_page = 0 limit 10; 9 years ago
use enwiki_p; select * from page_props where pp_page < 0 limit 10; 9 years ago
use enwiki_p; select * from redirect where rd_from < 0 limit 10; 9 years ago
use enwiki_p; select * from langlinks where ll_from < 0 limit 10; 9 years ago
use enwiki_p; select * from iwlinks where iwl_from < 0 limit 10; 9 years ago
use enwiki_p; select * from externallinks where el_from < 0 limit 10; 9 years ago
use enwiki_p; select * from categorylinks where cl_from < 0 limit 10; 9 years ago
use enwiki_p; select * from imagelinks where il_from < 0 limit 10; 9 years ago
use enwiki_p; select * from templatelinks where tl_from < 0 limit 10; 9 years ago
use enwiki_p; select * from pagelinks where pl_from < 0 limit 10; 9 years ago