Appending value to existing values of a column in a table.
I've a scenario where I need to append text value of a column to a table based on text version.
The table has columns - text id (number), text value(long), text version (char(1)).
Now all versions of text values should be combined into 1 text value.
Can you please tell me how to achieve it?
Thanks in advance!
Regards,
Saurav