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

SQL

AخA
 
SET
  STATEMENT max_statement_time = 600 FOR
SELECT
  main.page_title AS title_id,
  main.page_len AS article_length
FROM
  page AS main
  LEFT JOIN langlinks AS ll ON ll.ll_from = main.page_id
WHERE
  main.page_is_redirect = 0
  AND main.page_namespace = 0
  AND ll.ll_lang = 'en'
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...