use tewiki_p;
select * from user where user_id = 2; |
9 years ago |
use tewiki_p;
select * from user where user_id = 1 |
9 years ago |
use tewiki_p;
select * from user where user_editcount > 100; |
9 years ago |
use tewiki_p;
select * from user where user_editcount > 100; |
9 years ago |
use tewiki_p;
select count(*) from user where user_editcount > 100; |
9 years ago |
use tewiki_p;
select count(*) from user where user_editcount > 5; |
9 years ago |
use tewiki_p;
select count(*) from user where user_editcount > 0; |
9 years ago |