You could try to use this method. It involves using an initial insert into a temporary table of the values that you want to concatenate plus their keys. Then you progressively load into your destination table and delete from the temporary table until you run out of rows to load.
The example...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.