CONCAT_FN

All functions > STRING > CONCAT_FN

Function description not available

Signatures

Examples

FeatureQL
SELECT
    f1 := CONCAT_FN(ARRAY['A', 'B', 'C']),  -- Array form
    f2 := CONCAT_FN(ARRAY['Hello', ' ', 'World']),  -- With spaces
    f3 := CONCAT_FN(ARRAY['One'])  -- Single element
;
Result
f1 VARCHARf2 VARCHARf3 VARCHAR
ABCHello WorldOne

Last update at: 2026/03/03 16:47:38
Last updated: 2026-03-03 16:48:19