Join together multiple values into a single Sql instance
Sql
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
Join together multiple values into a single
Sqlinstance