I load data into Netezza from a text file using EXTERNAL TABLE, and after loading the data into an external table, I update these some columns in the same external table, since you cannot update the external table. I need to execute all the data from an external table to one Temp table, and how can I do the updates, while is there another way when I can directly load the text file data into a table instead of an external table in Netezza?
source share