Skip to content

Commit 88e8ee7

Browse files
Create AggregateFunctions
1 parent 47cc1ec commit 88e8ee7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

AggregateFunctions

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
SELECT STRING_AGG(CONVERT(VARCHAR(max), columnName),',' ) AS emp from tableName

0 commit comments

Comments
 (0)