This query is marked as a draft This query has been published by Novem Linguae.

SQL

AخA
 
SELECT user_name, ipb_expiry, actor_id
FROM user
LEFT JOIN ipblocks ON ipb_user = user_id
JOIN actor ON actor_user = user_id
-- LEFT JOIN logging ON log_actor = actor_id AND log_type = 'newusers'
WHERE user_name LIKE 'S201050066%'
ORDER BY user_id ASC
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...