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
NmWTfs85lXusaybq
.
Toggle Highlighting
SQL
/* select * from logging join actor on actor_id = log_actor where log_namespace = 0 and log_title in ('社', 'She_(Chinese_character)') */ select count(*) from page where page_namespace = 0 and page_is_redirect = 0 and page_title rlike '^\\p{Han}+$' collate utf8_general_ci and page_id in ( select cl_from from categorylinks where cl_to in ("All_disambiguation_pages") and cl_type = 'page' ) and page_id not in ( select cl_from from categorylinks where cl_to in ("Disambiguation_pages_with_Chinese_character_titles") and cl_type = 'page' ) -- show variables like 'char%' -- show variables like 'collation%' -- show create database enwiki_p -- show create table page -- set @@character_set_connection=utf8mb4
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...