SyntaxFix
Write A Post
Hire A Developer
Questions
Did you check the string concatenation function? Something like:
update table_c set column_a = column_b || column_c
should work. More here