Function join

  • Join together multiple values into a single Sql instance

    Parameters

    • values: RawValue[]

      The values to join together

    • separator: string = ','

      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!

    Returns Sql

    an Sql instance with the values joined by the separator

Generated using TypeDoc