import pgml2ssql
built-in function join
join(list [,sep]) -> string joinfields(list [,sep]) -> string
Return a string composed of the words in list, with intervening occurences of sep. Sep defaults to a single space.
(join and joinfields are synonymous)