The values to join together
The string to use in joining the values together. Defaults to ',
'.
Note: Does not get sanitized! Never let user controlled values be used as the separator!
an Sql
instance with the values joined by the separator
Generated using TypeDoc
Join together multiple values into a single
Sql
instance