Fork of Untitled query #79535 by IKhitron
This query is marked as a draft This query has been published by IKhitron.

SQL

x
 
select user_name from user
where (user_name like "%1488%" or
       user_name like "%14_88%")
and not user_name like "%.%.%.%"
and not user_name in
(select log_title from logging
where log_type = 'block'
and log_action = 'block')
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...