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 page_title, length(page_title) , substring(page_title,1,length(page_title)/4) as i1 , substring(page_title,length(page_title)/4,length(page_title)/2) as i2 , substring(page_title,length(page_title)/2,length(page_title)*3/4) as i3 , substring(page_title,length(page_title)*3/4) as i4 */ select page_id as id, lower(convert(page_title using utf8)) as ad, length(page_title) as uz , lower(convert( substring(page_title,1,1) using utf8)) as bas -- , count(*) from page where page_namespace = 6 and page_is_redirect = 0 -- group by bas ;
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...