SELECT 
'category_thumb_image' org ,concat('../category/',category_thumb_image) image from <@PREFIX@>vm_category where category_id = <@CATEGORIES_ID@>
union
SELECT 
'category_full_image' org ,concat('../category/',category_full_image) image from <@PREFIX@>vm_category where category_id = <@CATEGORIES_ID@>
