The concatenation operator is available in 8.4, is there some reason that won't work for you? UPDATE domain SET settings = settings || 'default_language:' || defaultlanguage || ';'; -- Korry |
The concatenation operator is available in 8.4, is there some reason that won't work for you? UPDATE domain SET settings = settings || 'default_language:' || defaultlanguage || ';'; -- Korry |