select * from page_restrictions
#where pt_namespace in (0)
#order by... |
1 year ago |
select * from protected_titles
where pt_namespace in (0)
order by... |
1 year ago |
select * from protected_titles
order by pt_timestamp DESC
limit 10
; |
1 year ago |
select * from protected_titles
order by pt_timestamp ASC
limit 10
; |
1 year ago |
select * from protected_titles
order by pt_timestamp
limit 10
; |
1 year ago |
select * from protected_titles
limit 10
order by pt_timestamp
; |
1 year ago |
select * from protected_titles limit 10; |
1 year ago |