cat(value,delim,limit)¶
Definition¶
String cat(Object value, String delim, Integer limit)
Description¶
concatenates non-null values to a single string using delim, will stop concatinating after limit is reached.
Parameter Definition¶
Name | Type | Description |
---|---|---|
value | Object | column to concatenate |
delim | String | delimiter |
limit | Integer | limit, negative number means no limit |