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

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
LEFT JOIN logging ON log_actor = actor_id WHERE 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.

Query status: failed

Error
You have an error in your SQL syntax; check the manual that corresponds to your MariaDB server version for the right syntax to use near 'WHERE user_name LIKE 'S201050066%'
ORDER BY user_id ASC' at line 6