select * from page_restrictions, page where page_id = pr_page and pr_type =... |
1 year ago |
select * from page_restrictions, page where page_id = pr_page and pr_type =... |
1 year ago |
select * from page_restrictions, page where pr_page = page_id and pr_type =... |
1 year ago |
select * from page_restrictions left join page on pr_page = page_id where... |
1 year ago |
select * from page_restrictions left join page on pr_page = page_id where... |
1 year ago |
select * from page_restrictions; |
1 year ago |