79217895

Date: 2024-11-23 13:14:53
Score: 1
Natty:
Report link

I hope this may help you

be careful with string limit,null values, implicit conversions about string agg function

use string_agg and concat function

sample

SELECT STRING_AGG(CONCAT_WS('_',ColumnA,ColumnB,ColumnC,ColumnD),',') as comment
  FROM TABLE1
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Fabio Ambrozio