Toggle navigation
Home
New Query
Recent Queries
Discuss
Database tables
Database names
MediaWiki
Wikibase
Replicas browser and optimizer
Login
History
Fork
This query is marked as a draft
This query has been published
by
Bulgu
.
Toggle Highlighting
SQL
use trwiki_p; select *, count(*) from (select pk.page_id as id, pk.page_title as ad, pk.page_is_redirect as page_is_redirect, pk.page_latest as latest , pk.page_len as len, lower(pk.page_title) as adkucuk from page pk where pk.page_namespace = 14 ) as patpat join (select clk.cl_from as cf, clk.cl_to as ct, clk.cl_timestamp as ts , lower(clk.cl_to) as ctkucuk from categorylinks clk where clk.cl_type = "page" ) as katkat on katkat.ctkucuk = patpat.adkucuk group by patpat.id limit 10 ;
By running queries you agree to the
Cloud Services Terms of Use
and you irrevocably agree to release your SQL under
CC0 License
.
Submit Query
Stop Query
All SQL code is licensed under
CC0 License
.
Checking query status...