I am creating a script in Unix where I can put multiple delete NZSQL one after the other.
But since the data volume is huge in each table, I want the script to display the output of each delete SQL, like how many records were deleted and how much time was taken for each delete SQL.
The output of each SQL can be put in a file that we can refer to see the progress and get the detail up to which step the SQL are executed.
This is to be done in Netezza.