select pt_namespace, pt_title from protected_titles, user
where pt_user =... |
3 years ago |
select * from protected_titles, user
where pt_user = user_id
and user_name =... |
3 years ago |
select * from protected_titles, user
where pt_user = user_id
and user_name =... |
3 years ago |
select * from protected_titles, user
where pt_user = user_id
and user_name =... |
3 years ago |