SQL
AخA
#set statement max_statement_time = 5 for
select
user_name,
cast(user_registration as datetime)
from
ipblocks
right join user on user_id = ipb_user
where
ipb_user is null
and cast(user_name as char) like "%plenis%";
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.