with skus as ( select skuId, sku, skuDesc, sku + ' - ' + skuDesc as skuFull from tbl_DW_ProductHierarchy#_tableSuffix# ph where ph.ownerId = and ph.ownerType = ) #forJSON( 'skus', attributes.dataStore, 'sku' )#