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
Fabian.braesemann
.
Toggle Highlighting
SQL
#USE dewiki_p; ##SELECT rev_user_text AS IP, rev_timestamp AS Datetime #FROM [dewiki_p].[dbo].[revision] JOIN [dewiki_p].[dbo].[page] ON page_id = rev_page #WHERE page_title = "Palina_Rojinski" AND page_namespace = "0" #AND rev_user = 0 #ORDER BY Datetime DESC USE simplewiki_p; SELECT rev_user_text AS IP, rev_timestamp AS Datetime #FROM page JOIN templatelinks ON tl_from = page_id FROM page JOIN categorylinks ON cl_from = page_id JOIN revision ON page_id = rev_page WHERE cl_to = "Computer_science" AND page_namespace = "0" AND rev_user = 0 GROUP BY IP, Datetime ORDER BY Datetime DESC #Output_devices
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...