use enwiki_p;
select * from user where user_id in ( 9300139, 9307510, 9299073 )
|
3 years ago |
use enwiki_p;
select * from user where user_id = 9299073
|
3 years ago |
use enwiki_p;
select * from actor where actor_name like 'Keshav Malik has%'
|
3 years ago |
use enwiki_p;
select * from user where user_name like 'Keshav Malik has%'
|
3 years ago |
use enwiki_p;
select * from user where user_name like 'Keshav Malik%'
|
3 years ago |
use enwiki_p;
select * from user where user_name like 'Keshav Malik has a... |
3 years ago |
use enwiki_p;
select * from revision where rev_page = 22127261 |
3 years ago |
use enwiki_p;
select * from actor where actor_name = 'Keshav Malik has a... |
3 years ago |
use enwiki_p;
select * from user where user_name = 'Keshav Malik has a wiki article.' |
3 years ago |