concat
SQL function that concatenates multiple string expressions together with a given separator.
Parameters
separator
Separator to use.
queryBuilder
Query builder to append the SQL function to.
expr
String expressions to concatenate.
SQL function that concatenates multiple string expressions together with a given separator.
Separator to use.
Query builder to append the SQL function to.
String expressions to concatenate.