Toggle navigation
Home
New Query
Recent Queries
Discuss
Database tables
Database names
MediaWiki
Wikibase
Replicas browser and optimizer
Login
History
Fork
Fork of
ruwiki: count article titles ending with ? ! . ... … " »
by
Jack who built the house
This query is marked as a draft
This query has been published
by
Evolutionoftheuniverse
.
If can be used on 404 page (MediaWiki:Noarticletext).
Toggle Highlighting
SQL
use trwiki_p; select right(page_title, 1) as "Last character", if(page_is_redirect, "yes", "no") as "Is redirect", count(*) as "Count of pages of this type", replace(page_title, "_", " ") as "Pagename example" from page where page_namespace = 0 and ( right(page_title, 1) = "?" or right(page_title, 1) = "!" or right(page_title, 1) = "." or right(page_title, 1) = "\"") group by right(page_title, 1), if(page_is_redirect, "yes", "no")
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...