select count(ipb_id)
from comment_ipblocks
join ipblocks
on ipb_reason_id... |
2 years ago |
select distinct comment_id, comment_text
from comment_ipblocks
join... |
2 years ago |
select distinct comment_text
from comment_ipblocks
join ipblocks
on... |
2 years ago |
select comment_text
from comment_ipblocks
join ipblocks
on ipb_reason_id... |
2 years ago |
show tables;
/*
select comment_text
from comments
join ipblocks
on... |
2 years ago |
select comment_text
from comments
join ipblocks
on ipb_reason_id =... |
2 years ago |
select comment_text
from comments_ipblock
join ipblocks
on ipb_reason_id =... |
2 years ago |
select comment_text
from comment_ipblock
join ipblocks
on ipb_reason_id =... |
2 years ago |
select *
from ipblocks
order by ipb_id desc
limit 1 |
2 years ago |
select *
from ipblcoks
order by ipb_id desc
limit 1 |
2 years ago |
show tables; |
2 years ago |