Concat String est Null PostgreSQL

-- 'string'||null <- return null
concat('abcde', 2, NULL, 22); -- <- return 'abcde222'
Developez