viv_concat
concatenates the values in expression
Synopsis
string viv_concat(expression, separator); expression expression; string separator;
Description
The viv_concat function returns a string concatenation of the set of values contained in the expression argument.
The optional argument separator specifies a string to use when joining the value strings.
Arguments
- expression: a set of values
- separator: a string
Returns
A string
Note: This function is only available when using SQLite with Watson™ Explorer Engine.