with data as ( select operatorName, tastewiseId, operatorName + ' [' + tastewiseId + ']' as operatorPlusTWId from [tbl_DW_1fsUniverse#_tableSuffix#] i with (nolock) where nullif( tastewiseId, '' ) is not null and clientOperatorId > 0 and operatorType != 'CHAINHQ' and channelSegment = 'Commercial' ) #forJSON( 'data', attributes.datastore, 'operatorName' )#