This query is marked as a draft This query has been published by Mahir256.

SQL

AخA
 
SELECT title
FROM (
  SELECT CONCAT("Q",seq) as title FROM seq_2000001_to_3000000
) t WHERE title not in (
  select page_title from page where page_namespace=0
) AND title not in (
  select ar_title from archive where ar_namespace=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...