insert into <@PREFIX@>jshopping_categories 
(
products_page,
products_row,
access,
category_ordertype,
category_image,
category_parent_id,
ordering,
category_add_date,
 
category_publish)
values
(
'12','3','1',

'True','<@SDESCRIPTION@><@WGROUPID@><@EXT@>',
<@PROCESS@>@select substring(IMP_EXTID from 6 for 12) from IMP_LINK where WGROUPID = <@WPARENTGROUP2ID@> 
and imp_sourceid = <@SOURCEID@> ##,
<@WSORTNO@>,
now(),1)