Hello,
I have a table with many columns stored in a postGIS dB.
These include:
-transformed data
-data extracted from an oracle dB
The columns have been renamed and transformed in the PostGIS table.
There are a certain amount of columns I wish to update with data contained in a Oracle dB.
What is the best way to drop data in certain columns of my PostGIS table and repopulate it with data from the oracle dB?
Thank you