r: #ff00ff">case
280
281
when xtype in (48,52,56,59,60,62,104,106,108,122,127)
282
283
then 'case when '+ name +' is null then ''null'' else ' + 'cast('+ name + ' as varchar)'+' end'
284
285
when xtype in (58,61)
286
287