Toggle navigation
Home
New Query
Recent Queries
Discuss
Database tables
Database names
MediaWiki
Wikibase
Replicas browser and optimizer
Login
History
Fork
Fork of
বাংলা উইকি:Articles with same title on Wikipedia and Wikisource
by
ZI Jony
This query is marked as a draft
This query has been published
by
ZI Jony
.
Toggle Highlighting
SQL
USE bnwiki_p; SELECT DISTINCT log_title AS Page, LEFT(log_timestamp, 8) AS Date, log_comment AS Comment FROM logging_userindex JOIN image ON log_title=img_name AND img_user = log_user JOIN oldimage ON oi_name = img_name JOIN categorylinks ON log_page=cl_from WHERE log_action = "overwrite" AND log_user = '42623' AND oi_user!=log_user AND log_timestamp>20150101000000 GROUP BY oi_name ORDER BY log_timestamp 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...