Yandex Cloud
Search
Contact UsGet started
  • Blog
  • Pricing
  • Documentation
  • All Services
  • System Status
    • Featured
    • Infrastructure & Network
    • Data Platform
    • Containers
    • Developer tools
    • Serverless
    • Security
    • Monitoring & Resources
    • ML & AI
    • Business tools
  • All Solutions
    • By industry
    • By use case
    • Economics and Pricing
    • Security
    • Technical Support
    • Customer Stories
    • Cloud credits to scale your IT product
    • Gateway to Russia
    • Cloud for Startups
    • Education and Science
    • Yandex Cloud Partner program
  • Blog
  • Pricing
  • Documentation
© 2025 Direct Cursus Technology L.L.C.
Yandex DataLens
    • Overview
    • Formula syntax
      • All Functions
        • Overview
        • ALL_CONCAT
        • ANY
        • ARG_MAX
        • ARG_MIN
        • AVG
        • AVG_IF
        • COUNT
        • COUNTD
        • COUNTD_APPROX
        • COUNTD_IF
        • COUNT_IF
        • MAX
        • MEDIAN
        • MIN
        • QUANTILE
        • QUANTILE_APPROX
        • STDEV
        • STDEVP
        • SUM
        • SUM_IF
        • TOP_CONCAT
        • VAR
        • VARP
      • Function Availability
    • Parameters
  • Audit Trails events
  1. Calculated fields
  2. Function reference
  3. Aggregate functions
  4. ALL_CONCAT

ALL_CONCAT

Written by
Yandex Cloud
Updated at November 6, 2024

SyntaxSyntax

Standard
Extended
ALL_CONCAT( expression [ , separator ] )
ALL_CONCAT( expression [ , separator ]
            [ FIXED ... | INCLUDE ... | EXCLUDE ... ]
            [ BEFORE FILTER BY ... ]
          )

More info:

  • FIXED, INCLUDE, EXCLUDE
  • BEFORE FILTER BY

DescriptionDescription

Returns a string that contains all unique values of expression delimited by separator (if separator is not specified, a comma is used).

Argument types:

  • expression — Array of fractional numbers | Array of integers | Array of strings | Boolean | Date | Datetime | Fractional number | Geopoint | Geopolygon | Integer | String | UUID
  • separator — String

Return type: String

Note

Only constant values are accepted for the arguments (separator).

ExamplesExamples

ALL_CONCAT([Profit])
ALL_CONCAT([Profit], '; ')

Data source supportData source support

ClickHouse 21.8, Files, Google Sheets, PostgreSQL 9.3, Yandex Documents, YDB.

Was the article helpful?

Previous
Overview
Next
ANY
© 2025 Direct Cursus Technology L.L.C.