Fork of Untitled query #79529 by Megitsune-chan
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 "%.%.%.%";
select distinct(log_title) from logging
where 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.

Checking query status...