Query Run
USE enwiki_p; SELECT COUNT(*) FROM page WHERE page_restrictions = TRUE AND... 7 years ago
USE enwiki_p; SELECT (*) FROM page_restrictions WHERE pr_type="edits" AND... 7 years ago
DESC enwiki_p; 7 years ago
DESCRIBE page_restrictions; 7 years ago
USE enwiki_p; COUNT * FROM page_restrictions WHERE pr_type="edits"; 7 years ago
USE enwiki_p; COUNT (*) FROM page_restrictions WHERE pr_type="edits"; 7 years ago
COUNT (*) FROM enwiki_p.page_restrictions WHERE pr_type="edits"; 7 years ago
SELECT page_restrictions FROM enwiki_p.page WHERE page_title = "Abraham Lincoln"; 7 years ago
SELECT page_restrictions FROM enwiki_p.pages WHERE page_title = "Abraham Lincoln"; 7 years ago
DESC enwiki_p.page; 7 years ago
TABLE enwiki_p; 7 years ago
DESCRIBE enwiki_p; 7 years ago