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
Naudefj
.
Toggle Highlighting
SQL
SELECT * FROM afwiki_p.page WHERE page_title = 'Seekoei' AND page_namespace = 0 AND page_is_redirect = 0; SELECT page_title, upper(substr(page_title, 1,1)), substr(page_title, 2), concat(upper(substr(page_title, 1,1)), substr(page_title, 2)) FROM afwiktionary_p.page WHERE page_title = 'seekoei' AND page_namespace = 0 AND page_is_redirect = 0; SELECT * FROM afwiktionary_p.page WHERE concat(ucase(substr(page_title, 1,1)), substr(page_title, 2)) = 'Seekoei' AND page_namespace = 0 AND page_is_redirect = 0;
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...