Fork of
Find earliest block for SPI ("optimised")
by Cabayi
This query is marked as a draft
This query has been published
by Cabayi.
SQL
x
USE enwiki_p;
SELECT min(ipb_timestamp),
u2.user_name
FROM ipblocks, user u2
WHERE ipb_user IN (SELECT user_id
FROM user
WHERE user_name LIKE "Skibidi%")
AND ipb_expiry = 'infinity'
AND ipb_user = u2.user_id
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.