Toggle navigation
Home
New Query
Recent Queries
Discuss
Database tables
Database names
MediaWiki
Wikibase
Replicas browser and optimizer
Login
History
Fork
Fork of
Longest custom sig on zhwp (active users)
by
WhitePhosphorus
This query is marked as a draft
This query has been published
by
Xiplus
.
Toggle Highlighting
SQL
USE zhwiki_p; SELECT user_name, user_properties.up_value, CHAR_LENGTH(user_properties.up_value), user_properties2.up_value FROM user_properties, user_properties AS user_properties2 JOIN user ON user_id = up_user WHERE user_properties.up_property ='nickname' AND user_properties2.up_property ='fancysig' user_id IN (SELECT rc_user FROM recentchanges WHERE rc_user = user_id) ORDER BY CHAR_LENGTH(up_value) DESC LIMIT 5000
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...