CONCAT_WS
Last updated
Last updated
Makes a concatenation of string values with others using a separator between them ().
separator
: Separator to join.
expression1, ... ,expressionN:
Expression to be found into a string.
String value, depends on the input received.
No issues were found.
No related EWIs.