CONCAT

Purpose

This function returns the concatenation of a number of strings.

Syntax

concat::=

Concat

Usage notes

The SQL literal NULL is handled as an empty string.

Example

Copy
SELECT CONCAT('abc','def') CONCAT;