Fork of
Beauty accounts 2
by Bri
This query is marked as a draft
This query has been published
by Bri.
SQL
x
set @REGISTRATION_START = '2024-01-01';
select user_name, user_registration, TIME_FORMAT(user_registration, "%H%i") as time, user_editcount from user where user_registration > "20240706" and (user_name like "%BeautyQueen" or user_name like "%Waltz" or user_name like "%Glamour" or user_name like "%Beauty")
where user_registration > @REGISTRATION_START
order by user_registration desc
limit 250
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.