Instance Method
joined(separator:)
Returns a new
SQLQueryString formed by concatenating the elements of the sequence, adding the given separator between each element.func joined(separator: String = "") -> SQLQueryString
Parameters
separatorA string to insert between each of the elements in this sequence. The default separator is an empty string.
Return Value
A single, concatenated string.