Query | Run |
---|---|
select ug_user from user_groups where ug_group = 'bot' | 7 years ago |
select * from user u where user_name LIKE '%Bot%' AND user_id not in ( ... | 7 years ago |
select * from user where user_name LIKE '%Bot%' limit 1; | 7 years ago |
select * from user limit 1; | 7 years ago |