Select user_name, user_id
from user
where user_name in (values('Cluebot'),... |
7 years ago |
Select user_name, user_id
from user
where user_name in (values('Cluebot',... |
7 years ago |
Select user_name, user_id
from user
where user_name in values (Cluebot, AnomieBOT) |
7 years ago |
Select user_name, user_id
from user
where values... |
7 years ago |
Select user_name, user_id
from user
where user_name= ".anacondabot" or... |
7 years ago |
Select user_id
from user
where user_name= ".anacondabot" or... |
7 years ago |
Select user_id
from user
where .anacondabot" or user_name=""Quote"bot" or... |
7 years ago |
Select user_id
from user
where .anacondabot" or user_name=""Quote"bot" or... |
7 years ago |
Select user_id
from user
where .anacondabot" or user_name=""Quote"bot" or... |
7 years ago |
Select user_id
from user
where user_name="Rambot" |
7 years ago |
Select *
from user
where user_name="Rambot" |
7 years ago |
Select *
from users
where user_name="Rambot" |
7 years ago |