concat ( val1 "any" [, val2 "any" [, ...] ] ) → textConcatenates the text representations of all the arguments. NULL arguments are ignored.
concat('abcde', 2, NULL, 22) → abcde222Concatenates the text representations of all the arguments.
concat ( val1 "any" [, val2 "any" [, ...] ] ) → textConcatenates the text representations of all the arguments. NULL arguments are ignored.
concat('abcde', 2, NULL, 22) → abcde222Definition snapshot: 2026-09-14T13:14:25.684213+00:00@99e6866c · English manual source