select *
from revision
limit 10 |
4 years ago |
select *
from page_props
where pp_propname='page_top_level_section_count'
limit 10 |
4 years ago |
select *
from page_props
where pp_propname='page_top_level_section_count' |
4 years ago |
select *
from page_props
where pp_propname=page_top_level_section_count |
4 years ago |
select page_top_level_section_count
from page_props |
4 years ago |
select distinct(pp_propname)
from page_props |
4 years ago |