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
Maskaravivek
.
Query to get a user's articles using images and uniquely used images from Commons
Toggle Highlighting
SQL
select count(*) as articlesUsing, count(distinct gil_to) as uniqueUsed from commonswiki_p.globalimagelinks where gil_to in (select log_title from commonswiki_p.logging_userindex where log_type="upload" and log_user=(select user_id from commonswiki_p.user where user_name="Ainali"));
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...