select 0 as DATA , 'order' as TYPENAME
from  
groups a

where 
a.WGROUPID = <@KEY@>
union
select 0 as DATA , 'product_count_product_cat' as TYPENAME
from  
groups a

where 
a.WGROUPID = <@KEY@>
union
select 0 as DATA , 'thumbnail_id' as TYPENAME
from  
groups a

where 
a.WGROUPID = <@KEY@>



 