select count(pr_page), count(DISTINCT pr_page) from page_restrictions where... |
1 year ago |
select * from page_restrictions where pr_type = 'edit'; |
1 year ago |
select * from page_restrictions; |
1 year ago |
select * from page_restrictions left join page on pr_page = page_id where... |
1 year ago |
select * from page_restrictions where pr_type = 'edit' left join page on... |
1 year ago |
select * from page_restrictions where pr_type = 'edit' left join page on... |
1 year ago |
select * from page_restrictions where pr_type = 'edit' left join pr_page =... |
1 year ago |
select * from page, page_restrictions where pr_type = 'edit' and page_id =... |
1 year ago |
select * from page, page_restrictions where pr_type = 'edit' and page_id =... |
1 year ago |
select * from page_restrictions, page where pr_type = 'edit' and page_id =... |
2 years ago |
select * from page_restrictions, page where pr_type = 'edit' and page_id =... |
2 years ago |
select * from page_restrictions where pr_type = 'edit' ORDER BY pr_id DESC limit 50; |
2 years ago |
select * from page_restrictions where pr_type = 'edit' ORDER BY pr_id DESC limit 50; |
2 years ago |
select * from page_restrictions ORDER BY pr_id DESC limit 50; |
2 years ago |
select pr_id, pr_page from page_restrictions ORDER BY pr_id DESC limit 50; |
2 years ago |
select pr_page from page_restrictions ORDER BY DESC limit 50; |
2 years ago |
select pr_page from page_restrictions limit 50 ORDER BY DESC; |
2 years ago |
select pr_page from page_restrictions limit 50; |
2 years ago |
select pr_page from page_restrictions; |
2 years ago |
select pr_pageid from page_restrictions; |
2 years ago |