|
|
static constexpr const char * | Name = "concat" |
| |
|
static constexpr const char * | Parameters = "value,..." |
| |
|
static constexpr const char * | Description = "Concatenates multiple strings or lists. `NULL` inputs are skipped. See also operator `||`." |
| |
|
static constexpr const char * | Example = "concat('Hello', ' ', 'World')\002concat([1, 2, 3], NULL, [4, 5, 6])" |
| |
|
static constexpr const char * | Categories = "string,list" |
| |
The documentation for this struct was generated from the following file:
- external/duckdb/duckdb.cpp