0 votes
in Netezza by
What are the different ways to load data from a file into a table?

1 Answer

0 votes
by

Use nzload to load the data from a file into a table

Create an external table and then load the original table using the external table.

...