select *
from enwikisource_p.logging_userindex
where log_type = "patrol"
and... |
6 years ago |
select *
from enwikisource_p.logging_userindex
where log_type =... |
6 years ago |
select * from enwikisource_p.logging_userindex where log_type = "patrol" limit 100 |
6 years ago |
use enwikisource_p;
select *
from logging_userindex
join... |
6 years ago |
select * from enwikisource_p.logging_userindex where log_type = "patrol" limit 100 |
6 years ago |
select * from enwikisource_p.logging_userindex limit 100 |
6 years ago |