Fork of
Untitled query #19668
by EpochFail
This query is marked as a draft
This query has been published
by Hall1467.
SQL
x
USE wikidatawiki_p;
#SELECT * FROM user WHERE user_id IN (SELECT ug_user AS user_id FROM user_groups WHERE ug_group = "bot")
#UNION
#SELECT * FROM user WHERE user_id IN (SELECT ufg_user AS user_id FROM user_former_groups WHERE ufg_group = "bot");
SELECT * FROM user WHERE lower(user_name) LIKE '%QuickStatementsBot%';
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.