Skip to main content Skip to complementary content

CONCAT

Concatenates the given arguments.

This function provides the same functionality as the SQL-standard concatenation operator (||).

Syntax

CONCAT(STRING1, STRING2, ..., STRINGN)

Arguments

STRING

Type: string

A string to concatenate.

Returns

Type: string

The concatenation of all the STRING arguments.


Examples

Did this page help you?

If you find any issues with this page or its content – a typo, a missing step, or a technical error – please let us know!