Technokrat
Programmer
I need to concatenate a TEXT datatype field from several rows, into one resulting output, and its fine for the output to be varchar (8000). How do I go about this?
I've tried creating a cursor, but the problem is that it won't let me create a local var of type TEXT. I want to trancate my results after concatenation, not truncate each piece first, and then concatenate.
Any thoughts???
I've tried creating a cursor, but the problem is that it won't let me create a local var of type TEXT. I want to trancate my results after concatenation, not truncate each piece first, and then concatenate.
Any thoughts???