Toggle navigation
Home
New Query
Recent Queries
Discuss
Database tables
Database names
MediaWiki
Wikibase
Replicas browser and optimizer
Login
History
Fork
Fork of
Commons signatures without built-in translation
by
AntiCompositeNumber
This query is marked as a draft
This query has been published
by
Mdaniels5757
.
Toggle Highlighting
SQL
SELECT user_name, up_value, max(rev_timestamp) as `last edit` FROM user_properties JOIN `user`, `user_editcount` ON up_user = user_id JOIN actor_revision ON up_user = actor_user JOIN revision_userindex ON rev_actor = actor_id WHERE up_property = "nickname" AND up_user IN (SELECT up_user FROM user_properties WHERE up_property = "fancysig" AND up_value = 1) AND up_value LIKE "%signature-talk%" AND up_value NOT LIKE "%alkpagelinktext%" GROUP BY up_user ORDER BY `last edit` DESC
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...