Toggle navigation
Home
New Query
Recent Queries
Discuss
Database tables
Database names
MediaWiki
Wikibase
Replicas browser and optimizer
Login
History
Fork
Fork of
ruwiki: Find users with certain characters in the signature
by
JWBTH
This query is marked as a draft
This query has been published
by
JWBTH
.
Toggle Highlighting
SQL
select * from user_properties t1 where t1.up_property = "nickname" and t1.up_value like "%.%" and "1" = (select up_value from user_properties t2 where t2.up_user = t1.up_user and t2.up_property = "fancysig") limit 50
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...