Export the data in Netezza
nzsql -host ## -db ## -u ## -pw ## -A -c " select *from test" -o test.txt
##-replace with actual credentials
nzsql -host ## -db ## -u ## -pw ## -A -c " select *from test" -o test.txt
##-replace with actual credentials
Php Netezza