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
SunAfterRain
.
Toggle Highlighting
SQL
select user_name, up_value as sign, LENGTH(up_value) as length from user_properties inner join user on up_user = user_id where up_property = 'nickname' and LENGTH(up_value) > 255 /* ban spam result */ and up_value not like '%专业%' and up_value not like '%广告%' and up_value not like '%网站%' and up_value not like '%信誉%' and up_value not like '%公司%' and up_value not like '%http%' and user_name <> '朴妍123';
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...