select * from page_restrictions where pr_type = 'edit' and pr_level='review'; |
1 year ago |
select * from page_restrictions where pr_type = 'edit' and pr_level=review; |
1 year ago |
select * from page_restrictions where pr_type = 'edit'; |
1 year ago |
select count(pr_page), count(DISTINCT pr_page) from page_restrictions where... |
1 year ago |
select count(pr_page), count(DISTINCT pr_page) from page_restrictions where... |
1 year ago |