This query is marked as a draft This query has been published by Fabian.braesemann.

SQL

AخA
 
USE simplewiki_p;
SELECT rev_user_text AS IP, rev_timestamp AS Datetime, page_title
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
By running queries you agree to the Cloud Services Terms of Use and you irrevocably agree to release your SQL under CC0 License.
All SQL code is licensed under CC0 License.

Checking query status...