use frwiki_p;
select comment_text
from logging inner join comment on... |
5 years ago |
use frwiki_p;
select comment_text
from logging inner join comment on... |
5 years ago |
select *
from logging inner join comment on log_comment_id =... |
5 years ago |
select *
from logging
where log_type='block'
limit 10; |
5 years ago |