use cswiki_p;
select user_name,user_id from user where user_id in... |
8 years ago |
use cswiki_p;
select user_name,user_id from user where user_id in (283014,... |
8 years ago |
use cswiki_p;
select user_name,user_id from user where user_id in (1); |
8 years ago |
use cswiki_p;
select user_name from user where user_id in (1); |
8 years ago |