Fork of (s6) page_latest = 0 by TheresNoTime
This query is marked as a draft This query has been published by TheresNoTime.

SQL

x
 
USE mlwiki_p;
SELECT
  page_namespace,
  page_title
FROM page
WHERE page_latest = 0;
USE arzwiki_p;
SELECT
  page_namespace,
  page_title
FROM page
WHERE page_latest = 0;
USE testwiki_p;
SELECT
  page_namespace,
  page_title
FROM page
WHERE page_latest = 0;
USE test2wiki_p;
SELECT
  page_namespace,
  page_title
FROM page
WHERE page_latest = 0;
By running queries you agree to the Cloud Services Terms of Use and you irrevocably agree to release your SQL under CC0 License.
All SQL code is licensed under CC0 License.

Checking query status...