Advertisements
IBM Netezza / IBM PureData for Analytics
I had a need today to find the version of Netezza, which my customer was using and without DBA access. So, a quick way to determine the Netezza version of your environment is to run this SQL.
select system_software_version from _v_system_info;
One thought on “Netezza/PureData – How to Identify Your Netezza Version Using SQL”