Select *
from comment
where comment_text like "% aka Paulez %"
limit 20 |
2 years ago |
Select *
from comment
where comment_text like "% aka %"
limit 20 |
2 years ago |
Select page_title, comment_text, rev_timestamp
from comment join revision on... |
2 years ago |
Select page_title, comment_text, rev_timestamp
from comment join revision on... |
2 years ago |
Select page_tite, comment_text, rev_timestamp
from comment join revision on... |
2 years ago |
Select *
from comment join revision on comment_id = rev_comment_id
where... |
2 years ago |
Select *
from comment join revision on comment_id = rev_comment_id
where... |
2 years ago |
Select *
from comment
where comment_text like "%Sockenzoo Caumasee%"
limit 20 |
2 years ago |
Select *
from comment
where comment_text like "% Caumasee %"
limit 20 |
2 years ago |
Select *
from comment
where comment_text like "% Sockenzoo %"
limit 20 |
2 years ago |
Select comment_text as "comment"
from comment
where comment_text like "%... |
2 years ago |
Select comment_text as "comment"
from comment
where comment_text like "% aka... |
2 years ago |
select *
from archive
order by ar_timestamp desc
limit 10 |
2 years ago |
select *
from archive join comment on ar_comment_id = comment_id
order by... |
2 years ago |
select *
from archive
order by ar_timestamp desc
limit 10 |
2 years ago |
select *
from archive
limit 10 |
2 years ago |