---rufin--AAAA-1----
set @entity_id = 11396 ;
select pm_clone_entity_id.meta_value as entity_id
INTO @my_variable
from wp_postmeta pm_clone_entity_id
where (pm_clone_entity_id.post_id = @entity_id
and pm_clone_entity_id.meta_key = 'aftk_clone_entity_id')
LIMIT 1;
SELECT * FROM z_html_sections
WHERE (entity_id = @entity_id
or entity_id in (SELECT @my_variable))
and status = 1
order by section_order asc;
array(0) {
}
---rufin--AAAA-2----