Fork of Featured and good articles, not yet promoted from homepage (skwiki) by Teslaton
This query is marked as a draft This query has been published by Kasyap.

SQL

x
 
USE tewiki_p;
SELECT
    page_title AS title,
    page_len,
    GROUP_CONCAT(cl_to) AS categories
  FROM
    page,
    categorylinks
  WHERE
    page_namespace = 0 AND
    cl_from = page_id AND
    cl_to IN ('వికీపీడియా:విశేష_వ్యాసాలు', 'వికీపీడియా:ఈ_వారపు_వ్యాసం')
   
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...