I need to create a PostgreSQL function that will use the values from two columns - "column1" and "column2" - to update data in "column3".
The data in "column1" and "column2" already exists. I just need to use the data included in those two columns (with some kind of loop) to update "column3" (like "column1" space "column2").
All columns are part of the same table and they are VARCHAR. Any help would be greatly appreciated.