SQL
AخA
SELECT user_id, user_name, ipb_expiry, actor_id
FROM user
LEFT JOIN ipblocks ON ipb_user = user_id
JOIN actor ON actor_user = user_id
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.
Query status: complete
Executed in 0.08 seconds as of Mon, 03 Jul 2023 03:31:44 UTC.