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